#c63bcd

Color #C63BCD Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C63BCD

Tints of Fuchsia #C63BCD

Color information

#C63BCD (or 0xC63BCD) is unknown color: approx Fuchsia. HEX triplet: C6, 3B and CD. RGB value is (198,59,205). Sum of RGB (Red+Green+Blue) = 198+59+205=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 59 (23.44% from 255 or 12.77% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #C63BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63BCD is #39C432. Grayscale: #747474. Windows color (decimal): -3785779 or 13450182. OLE color: 13450182.

HSL color Cylindrical-coordinate representation of color #C63BCD: hue angle of 297.12º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C63BCD is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19859205-
CMYK0.030.7100.20
HSL297.12º59.35%51.76%-
HSV(B)297.12º71.22%80.39%-
XYZ35.8719.5459.64-
YUV117.2177.55185.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 42.86%
GREEN value IS 59 (23.44% from 255) = 12.77%
BLUE value IS 205 (80.47% from 255) = 44.37%
R=42.86%
G=12.77%
B=44.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal198592050.030.7100.20297.1259.3551.76
HexC63BCD3470141293b34
Octal3067331531070244517364
Binary1100011011101111001101111000111010100100101001111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c63bcd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c63bcd; }

 p { color: rgb(198,59,205); }

 H1.HeaderClassName
 {
   color: #c63bcd;
 }
 .AnyTagClassName
 {
   color: #c63bcd;
 }
</style>
background-color css

<style>
 a { background-color: #c63bcd; }

 a { background-color: rgb(198,59,205); }

 div.DivClassName
 {
   background-color: #c63bcd;
 }
 .BgClassName
 {
   background-color: #c63bcd;
 }
</style>
border-color css

<style>
 span { border-color: #c63bcd; }

 span { border-color: rgb(198,59,205); }

 td.TdClassName
 {
   border-color: #c63bcd;
 }
 .TagClassName
 {
   border-color: #c63bcd;
 }
</style>