#C660CB

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

Shades of Fuchsia #C660CB

Tints of Fuchsia #C660CB

Color information

#C660CB (or 0xC660CB) is unknown color: approx Fuchsia. HEX triplet: C6, 60 and CB. RGB value is (198,96,203). Sum of RGB (Red+Green+Blue) = 198+96+203=497 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.84% from 497); Green value is 96 (37.89% from 255 or 19.32% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #C660CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C660CB is #399F34. Grayscale: #8A8A8A. Windows color (decimal): -3776309 or 13328582. OLE color: 13328582.

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

Color convert

RGB19896203-
CMYK0.020.5300.20
HSL297.2º50.71%58.63%-
HSV(B)297.2º52.71%79.61%-
XYZ38.2524.6859.25-
YUV138.7164.29170.3-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.84%
GREEN value IS 96 (37.89% from 255) = 19.32%
BLUE value IS 203 (79.69% from 255) = 40.85%
R=39.84%
G=19.32%
B=40.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal198962030.020.5300.20297.250.7158.63
HexC660CB235014129333b
Octal3061403132650244516373
Binary1100011011000001100101110110101010100100101001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C660CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C660CB; }

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

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

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

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

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

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

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

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