Html Css Color HEX #CC07EF Electric Purple

📋 copy color: '#CC07EF'

red 204 ◦ green 7 ◦ blue 239

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

Shades of Electric Purple #CC07EF

Tints of Electric Purple #CC07EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 53.11%

R = 45.33%
G = 1.56%
B = 53.11%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC07EF (or 0xCC07EF) is known color: Electric Purple. HEX triplet: CC, 07 and EF. RGB value is (204,7,239). Sum of RGB (Red+Green+Blue) = 204+7+239=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 7 (3.12% from 255 or 1.56% from 450); Blue value is 239 (93.75% from 255 or 53.11% from 450); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC07EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC07EF is #33F810. Grayscale: #5B5B5B. Windows color (decimal): -3405841 or 15665100. OLE color: 15665100.

HSL color Cylindrical-coordinate representation of color #CC07EF: hue angle of 290.95º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC07EF is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 7 239 -
CMYK 0.15 0.97 0 0.06
HSL 290.95º 0.94% 0.48% -
HSV(B) 290.95º 0.97% 0.94% -
XYZ 40.56 19.22 83.23 -
YUV 92.35 210.77 207.64 -
System Red Green Blue C M Y K H S L
Decimal 204 7 239 0.15 0.97 0 0.06 290.95 0.94 0.48
Hex CC 7 EF F 61 0 6 123 5E 30
Octal 314 7 357 17 141 0 6 443 136 60
Binary 11001100 111 11101111 1111 1100001 0 110 100100011 1011110 110000

Color Harmonies of #CC07EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC07EF

Black with #CC07EF

Text Example


Text Example

White with #CC07EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC07EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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