Html Css Color HEX #CC07EA Electric Purple

📋 copy color: '#CC07EA'

red 204 ◦ green 7 ◦ blue 234

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

Shades of Electric Purple #CC07EA

Tints of Electric Purple #CC07EA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.57%

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

R = 45.84%
G = 1.57%
B = 52.58%

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

#CC07EA (or 0xCC07EA) is known color: Electric Purple. HEX triplet: CC, 07 and EA. RGB value is (204,7,234). Sum of RGB (Red+Green+Blue) = 204+7+234=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 7 (3.12% from 255 or 1.57% from 445); Blue value is 234 (91.80% from 255 or 52.58% from 445); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC07EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC07EA is #33F815. Grayscale: #5B5B5B. Windows color (decimal): -3405846 or 15337420. OLE color: 15337420.

HSL color Cylindrical-coordinate representation of color #CC07EA: hue angle of 292.07º degrees, saturation: 0.94, 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 #CC07EA is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 7 234 -
CMYK 0.13 0.97 0 0.08
HSL 292.07º 0.94% 0.47% -
HSV(B) 292.07º 0.97% 0.92% -
XYZ 39.83 18.93 79.4 -
YUV 91.78 208.27 208.04 -
System Red Green Blue C M Y K H S L
Decimal 204 7 234 0.13 0.97 0 0.08 292.07 0.94 0.47
Hex CC 7 EA D 61 0 8 124 5E 2F
Octal 314 7 352 15 141 0 10 444 136 57
Binary 11001100 111 11101010 1101 1100001 0 1000 100100100 1011110 101111

Color Harmonies of #CC07EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC07EA

Black with #CC07EA

Text Example


Text Example

White with #CC07EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC07EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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