Html Css Color HEX #CC00EF Electric Purple

📋 copy color: '#CC00EF'

red 204 ◦ green 0 ◦ blue 239

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

Shades of Electric Purple #CC00EF

Tints of Electric Purple #CC00EF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.05%
G = 0%
B = 53.95%

CMYK

 C value IS 0.15

 M value IS 1

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC00EF (or 0xCC00EF) is known color: Electric Purple. HEX triplet: CC, 00 and EF. RGB value is (204,0,239). Sum of RGB (Red+Green+Blue) = 204+0+239=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 0 (0.39% from 255 or 0% from 443); Blue value is 239 (93.75% from 255 or 53.95% from 443); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC00EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC00EF is #33FF10. Grayscale: #575757. Windows color (decimal): -3407633 or 15663308. OLE color: 15663308.

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

Color convert

RGB 204 0 239 -
CMYK 0.15 1 0 0.06
HSL 291.21º 1% 0.47% -
HSV(B) 291.21º 1% 0.94% -
XYZ 40.48 19.07 83.21 -
YUV 88.24 213.09 210.57 -
System Red Green Blue C M Y K H S L
Decimal 204 0 239 0.15 1 0 0.06 291.21 1 0.47
Hex CC 0 EF F 64 0 6 123 64 2F
Octal 314 0 357 17 144 0 6 443 144 57
Binary 11001100 0 11101111 1111 1100100 0 110 100100011 1100100 101111

Color Harmonies of #CC00EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC00EF

Black with #CC00EF

Text Example


Text Example

White with #CC00EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC00EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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