#C667CB

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

Shades of Fuchsia #C667CB

Tints of Fuchsia #C667CB

Color information

#C667CB (or 0xC667CB) is unknown color: approx Fuchsia. HEX triplet: C6, 67 and CB. RGB value is (198,103,203). Sum of RGB (Red+Green+Blue) = 198+103+203=504 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.29% from 504); Green value is 103 (40.62% from 255 or 20.44% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #C667CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C667CB is #399834. Grayscale: #8E8E8E. Windows color (decimal): -3774517 or 13330374. OLE color: 13330374.

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

Color convert

RGB198103203-
CMYK0.020.4900.20
HSL297º49.02%60%-
HSV(B)297º49.26%79.61%-
XYZ38.9226.0259.47-
YUV142.8161.97167.37-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.29%
GREEN value IS 103 (40.62% from 255) = 20.44%
BLUE value IS 203 (79.69% from 255) = 40.28%
R=39.29%
G=20.44%
B=40.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1981032030.020.4900.2029749.0260
HexC667CB231014129313c
Octal3061473132610244516174
Binary1100011011001111100101110110001010100100101001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C667CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C667CB; }

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

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

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

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

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

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

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

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