Html Css Color HEX #CB62CA Fuchsia

📋 copy color: '#CB62CA'

red 203 ◦ green 98 ◦ blue 202

#CB62CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #CB62CA

Tints of Fuchsia #CB62CA

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.3% from 255) = 40.16%

R = 40.36%
G = 19.48%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CB62CA (or 0xCB62CA) is known color: 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

RGB 203 98 202 -
CMYK 0 0.52 0.00 0.20
HSL 300.57º 0.5% 0.59% -
HSV(B) 300.57º 0.52% 0.8% -
XYZ 39.66 25.7 58.75 -
YUV 141.25 162.29 172.04 -
System Red Green Blue C M Y K H S L
Decimal 203 98 202 0 0.52 0.00 0.20 300.57 0.5 0.59
Hex CB 62 CA 0 34 0 14 12D 32 3B
Octal 313 142 312 0 64 0 24 455 62 73
Binary 11001011 1100010 11001010 0 110100 0 10100 100101101 110010 111011

Color Harmonies of #CB62CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB62CA

Black with #CB62CA

Text Example


Text Example

White with #CB62CA

Text Example


Text Example

HTML Codes & Css Web 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>