Html Css Color HEX #CC62C8 Fuchsia

📋 copy color: '#CC62C8'

red 204 ◦ green 98 ◦ blue 200

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

Shades of Fuchsia #CC62C8

Tints of Fuchsia #CC62C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.84%

R = 40.64%
G = 19.52%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#CC62C8 (or 0xCC62C8) is known color: Fuchsia. HEX triplet: CC, 62 and C8. RGB value is (204,98,200). Sum of RGB (Red+Green+Blue) = 204+98+200=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 98 (38.67% from 255 or 19.52% from 502); Blue value is 200 (78.52% from 255 or 39.84% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CC62C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC62C8 is #339D37. Grayscale: #8D8D8D. Windows color (decimal): -3382584 or 13132492. OLE color: 13132492.

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

Color convert

RGB 204 98 200 -
CMYK 0 0.52 0.02 0.2
HSL 302.26º 0.51% 0.59% -
HSV(B) 302.26º 0.52% 0.8% -
XYZ 39.69 25.74 57.52 -
YUV 141.32 161.12 172.71 -
System Red Green Blue C M Y K H S L
Decimal 204 98 200 0 0.52 0.02 0.2 302.26 0.51 0.59
Hex CC 62 C8 0 34 2 14 12E 33 3B
Octal 314 142 310 0 64 2 24 456 63 73
Binary 11001100 1100010 11001000 0 110100 10 10100 100101110 110011 111011

Color Harmonies of #CC62C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC62C8

Black with #CC62C8

Text Example


Text Example

White with #CC62C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC62C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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