#C962CB

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

Shades of Fuchsia #C962CB

Tints of Fuchsia #C962CB

Color information

#C962CB (or 0xC962CB) is unknown color: approx Fuchsia. HEX triplet: C9, 62 and CB. RGB value is (201,98,203). Sum of RGB (Red+Green+Blue) = 201+98+203=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 98 (38.67% from 255 or 19.52% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #C962CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C962CB is #369D34. Grayscale: #8C8C8C. Windows color (decimal): -3579189 or 13329097. OLE color: 13329097.

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

Color convert

RGB20198203-
CMYK0.010.5200.20
HSL298.86º50.24%59.02%-
HSV(B)298.86º51.72%79.61%-
XYZ39.2325.4659.35-
YUV140.77163.12170.96-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.04%
GREEN value IS 98 (38.67% from 255) = 19.52%
BLUE value IS 203 (79.69% from 255) = 40.44%
R=40.04%
G=19.52%
B=40.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal201982030.010.5200.20298.8650.2459.02
HexC962CB13401412b323b
Octal3111423131640244536273
Binary110010011100010110010111110100010100100101011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C962CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C962CB; }

 p { color: rgb(201,98,203); }

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

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

 a { background-color: rgb(201,98,203); }

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

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

 span { border-color: rgb(201,98,203); }

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