Html Css Color HEX #CC08EA Electric Purple

📋 copy color: '#CC08EA'

red 204 ◦ green 8 ◦ blue 234

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

Shades of Electric Purple #CC08EA

Tints of Electric Purple #CC08EA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.79%

 BLUE value IS 234 (91.8% from 255) = 52.47%

R = 45.74%
G = 1.79%
B = 52.47%

CMYK

 C value IS 0.13

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC08EA (or 0xCC08EA) is known color: Electric Purple. HEX triplet: CC, 08 and EA. RGB value is (204,8,234). Sum of RGB (Red+Green+Blue) = 204+8+234=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 8 (3.52% from 255 or 1.79% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC08EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC08EA is #33F715. Grayscale: #5B5B5B. Windows color (decimal): -3405590 or 15337676. OLE color: 15337676.

HSL color Cylindrical-coordinate representation of color #CC08EA: hue angle of 292.04º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC08EA is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 8 234 -
CMYK 0.13 0.97 0 0.08
HSL 292.04º 0.93% 0.47% -
HSV(B) 292.04º 0.97% 0.92% -
XYZ 39.84 18.95 79.4 -
YUV 92.37 207.93 207.62 -
System Red Green Blue C M Y K H S L
Decimal 204 8 234 0.13 0.97 0 0.08 292.04 0.93 0.47
Hex CC 8 EA D 61 0 8 124 5D 2F
Octal 314 10 352 15 141 0 10 444 135 57
Binary 11001100 1000 11101010 1101 1100001 0 1000 100100100 1011101 101111

Color Harmonies of #CC08EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC08EA

Black with #CC08EA

Text Example


Text Example

White with #CC08EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC08EA; }

 p { color: rgb(204,8,234); }

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

background-color css

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

 a { background-color: rgb(204,8,234); }

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

border-color css

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

 span { border-color: rgb(204,8,234); }

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