Html Css Color HEX #CC09FC Electric Purple

📋 copy color: '#CC09FC'

red 204 ◦ green 9 ◦ blue 252

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

Shades of Electric Purple #CC09FC

Tints of Electric Purple #CC09FC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.94%

 BLUE value IS 252 (98.83% from 255) = 54.19%

R = 43.87%
G = 1.94%
B = 54.19%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CC09FC (or 0xCC09FC) is known color: Electric Purple. HEX triplet: CC, 09 and FC. RGB value is (204,9,252). Sum of RGB (Red+Green+Blue) = 204+9+252=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 9 (3.91% from 255 or 1.94% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC09FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC09FC is #33F603. Grayscale: #5E5E5E. Windows color (decimal): -3405316 or 16517580. OLE color: 16517580.

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

Color convert

RGB 204 9 252 -
CMYK 0.19 0.96 0 0.01
HSL 288.15º 0.98% 0.51% -
HSV(B) 288.15º 0.96% 0.99% -
XYZ 42.57 20.06 93.72 -
YUV 95.01 216.6 205.74 -
System Red Green Blue C M Y K H S L
Decimal 204 9 252 0.19 0.96 0 0.01 288.15 0.98 0.51
Hex CC 9 FC 13 60 0 1 120 62 33
Octal 314 11 374 23 140 0 1 440 142 63
Binary 11001100 1001 11111100 10011 1100000 0 1 100100000 1100010 110011

Color Harmonies of #CC09FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC09FC

Black with #CC09FC

Text Example


Text Example

White with #CC09FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC09FC; }

 p { color: rgb(204,9,252); }

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

background-color css

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

 a { background-color: rgb(204,9,252); }

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

border-color css

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

 span { border-color: rgb(204,9,252); }

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