#CB62CA

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

Shades of Fuchsia #CB62CA

Tints of Fuchsia #CB62CA

Color information

#CB62CA (or 0xCB62CA) is unknown color: approx Fuchsia. HEX triplet: CB, 62 and CA. RGB value is (203,98,202). Sum of RGB (Red+Green+Blue) = 203+98+202=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 98 (38.67% from 255 or 19.48% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CB62CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB62CA is #349D35. Grayscale: #8C8C8C. Windows color (decimal): -3448118 or 13263563. OLE color: 13263563.

HSL color Cylindrical-coordinate representation of color #CB62CA: hue angle of 300.57º 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 #CB62CA is Cyan = 0, Magento = 0.52, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB20398202-
CMYK00.520.000.20
HSL300.57º50.24%59.02%-
HSV(B)300.57º51.72%79.61%-
XYZ39.6625.758.75-
YUV141.25162.29172.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.36%
GREEN value IS 98 (38.67% from 255) = 19.48%
BLUE value IS 202 (79.30% from 255) = 40.16%
R=40.36%
G=19.48%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039820200.520.000.20300.5750.2459.02
HexCB62CA03401412d323b
Octal3131423120640244556273
Binary110010111100010110010100110100010100100101101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB62CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB62CA; }

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

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

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

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

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

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

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

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