Html Css Color HEX #CC0EEF Electric Purple

📋 copy color: '#CC0EEF'

red 204 ◦ green 14 ◦ blue 239

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

Shades of Electric Purple #CC0EEF

Tints of Electric Purple #CC0EEF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.06%

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

R = 44.64%
G = 3.06%
B = 52.3%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC0EEF (or 0xCC0EEF) is known color: Electric Purple. HEX triplet: CC, 0E and EF. RGB value is (204,14,239). Sum of RGB (Red+Green+Blue) = 204+14+239=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 14 (5.86% from 255 or 3.06% from 457); Blue value is 239 (93.75% from 255 or 52.30% from 457); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC0EEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC0EEF is #33F110. Grayscale: #5F5F5F. Windows color (decimal): -3404049 or 15666892. OLE color: 15666892.

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

Color convert

RGB 204 14 239 -
CMYK 0.15 0.94 0 0.06
HSL 290.67º 0.89% 0.5% -
HSV(B) 290.67º 0.94% 0.94% -
XYZ 40.64 19.38 83.26 -
YUV 96.46 208.45 204.7 -
System Red Green Blue C M Y K H S L
Decimal 204 14 239 0.15 0.94 0 0.06 290.67 0.89 0.5
Hex CC E EF F 5E 0 6 123 59 32
Octal 314 16 357 17 136 0 6 443 131 62
Binary 11001100 1110 11101111 1111 1011110 0 110 100100011 1011001 110010

Color Harmonies of #CC0EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0EEF

Black with #CC0EEF

Text Example


Text Example

White with #CC0EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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