Html Css Color HEX #CC09F5 Electric Purple

📋 copy color: '#CC09F5'

red 204 ◦ green 9 ◦ blue 245

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

Shades of Electric Purple #CC09F5

Tints of Electric Purple #CC09F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 53.49%

R = 44.54%
G = 1.97%
B = 53.49%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CC09F5 (or 0xCC09F5) is known color: Electric Purple. HEX triplet: CC, 09 and F5. RGB value is (204,9,245). Sum of RGB (Red+Green+Blue) = 204+9+245=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 9 (3.91% from 255 or 1.97% from 458); Blue value is 245 (96.09% from 255 or 53.49% from 458); Max value from RGB is 245 - color contains mainly: blue. Hex color #CC09F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC09F5 is #33F60A. Grayscale: #5D5D5D. Windows color (decimal): -3405323 or 16058828. OLE color: 16058828.

HSL color Cylindrical-coordinate representation of color #CC09F5: hue angle of 289.58º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC09F5 is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 9 245 -
CMYK 0.17 0.96 0 0.04
HSL 289.58º 0.93% 0.5% -
HSV(B) 289.58º 0.96% 0.96% -
XYZ 41.48 19.63 87.99 -
YUV 94.21 213.1 206.31 -
System Red Green Blue C M Y K H S L
Decimal 204 9 245 0.17 0.96 0 0.04 289.58 0.93 0.5
Hex CC 9 F5 11 60 0 4 122 5D 32
Octal 314 11 365 21 140 0 4 442 135 62
Binary 11001100 1001 11110101 10001 1100000 0 100 100100010 1011101 110010

Color Harmonies of #CC09F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC09F5

Black with #CC09F5

Text Example


Text Example

White with #CC09F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC09F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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