Html Css Color HEX #CC62CA Fuchsia

📋 copy color: '#CC62CA'

red 204 ◦ green 98 ◦ blue 202

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

Shades of Fuchsia #CC62CA

Tints of Fuchsia #CC62CA

RGB

 RED value IS 204 (80.08% from 255) = 40.48%

 GREEN value IS 98 (38.67% from 255) = 19.44%

 BLUE value IS 202 (79.3% from 255) = 40.08%

R = 40.48%
G = 19.44%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#CC62CA (or 0xCC62CA) is known color: Fuchsia. HEX triplet: CC, 62 and CA. RGB value is (204,98,202). Sum of RGB (Red+Green+Blue) = 204+98+202=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 98 (38.67% from 255 or 19.44% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CC62CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC62CA is #339D35. Grayscale: #8D8D8D. Windows color (decimal): -3382582 or 13263564. OLE color: 13263564.

HSL color Cylindrical-coordinate representation of color #CC62CA: hue angle of 301.13º degrees, saturation: 0.51, 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 #CC62CA is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 98 202 -
CMYK 0 0.52 0.01 0.2
HSL 301.13º 0.51% 0.59% -
HSV(B) 301.13º 0.52% 0.8% -
XYZ 39.93 25.84 58.76 -
YUV 141.55 162.12 172.54 -
System Red Green Blue C M Y K H S L
Decimal 204 98 202 0 0.52 0.01 0.2 301.13 0.51 0.59
Hex CC 62 CA 0 34 1 14 12D 33 3B
Octal 314 142 312 0 64 1 24 455 63 73
Binary 11001100 1100010 11001010 0 110100 1 10100 100101101 110011 111011

Color Harmonies of #CC62CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC62CA

Black with #CC62CA

Text Example


Text Example

White with #CC62CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC62CA; }

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

 H1.HeaderClassName
 {
   color: #CC62CA;
 }
 .AnyTagClassName
 {
   color: #CC62CA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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