#C664CB

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

Shades of Fuchsia #C664CB

Tints of Fuchsia #C664CB

Color information

#C664CB (or 0xC664CB) is unknown color: approx Fuchsia. HEX triplet: C6, 64 and CB. RGB value is (198,100,203). Sum of RGB (Red+Green+Blue) = 198+100+203=501 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.52% from 501); Green value is 100 (39.45% from 255 or 19.96% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #C664CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C664CB is #399B34. Grayscale: #8C8C8C. Windows color (decimal): -3775285 or 13329606. OLE color: 13329606.

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

Color convert

RGB198100203-
CMYK0.020.5100.20
HSL297.09º49.76%59.41%-
HSV(B)297.09º50.74%79.61%-
XYZ38.6325.4359.37-
YUV141.04162.97168.62-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.52%
GREEN value IS 100 (39.45% from 255) = 19.96%
BLUE value IS 203 (79.69% from 255) = 40.52%
R=39.52%
G=19.96%
B=40.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1981002030.020.5100.20297.0949.7659.41
HexC664CB233014129323b
Octal3061443132630244516273
Binary1100011011001001100101110110011010100100101001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C664CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C664CB; }

 p { color: rgb(198,100,203); }

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

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

 a { background-color: rgb(198,100,203); }

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

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

 span { border-color: rgb(198,100,203); }

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