Html Css Color HEX #CC0AF9 Electric Purple

📋 copy color: '#CC0AF9'

red 204 ◦ green 10 ◦ blue 249

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

Shades of Electric Purple #CC0AF9

Tints of Electric Purple #CC0AF9

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.16%

 BLUE value IS 249 (97.66% from 255) = 53.78%

R = 44.06%
G = 2.16%
B = 53.78%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC0AF9 (or 0xCC0AF9) is known color: Electric Purple. HEX triplet: CC, 0A and F9. RGB value is (204,10,249). Sum of RGB (Red+Green+Blue) = 204+10+249=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 10 (4.30% from 255 or 2.16% from 463); Blue value is 249 (97.66% from 255 or 53.78% from 463); Max value from RGB is 249 - color contains mainly: blue. Hex color #CC0AF9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC0AF9 is #33F506. Grayscale: #5E5E5E. Windows color (decimal): -3405063 or 16321228. OLE color: 16321228.

HSL color Cylindrical-coordinate representation of color #CC0AF9: hue angle of 288.7º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC0AF9 is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 10 249 -
CMYK 0.18 0.96 0 0.02
HSL 288.7º 0.95% 0.51% -
HSV(B) 288.7º 0.96% 0.98% -
XYZ 42.11 19.89 91.24 -
YUV 95.25 214.77 205.57 -
System Red Green Blue C M Y K H S L
Decimal 204 10 249 0.18 0.96 0 0.02 288.7 0.95 0.51
Hex CC A F9 12 60 0 2 121 5F 33
Octal 314 12 371 22 140 0 2 441 137 63
Binary 11001100 1010 11111001 10010 1100000 0 10 100100001 1011111 110011

Color Harmonies of #CC0AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0AF9

Black with #CC0AF9

Text Example


Text Example

White with #CC0AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0AF9; }

 p { color: rgb(204,10,249); }

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

background-color css

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

 a { background-color: rgb(204,10,249); }

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

border-color css

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

 span { border-color: rgb(204,10,249); }

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