Html Css Color HEX #CC14EA Electric Purple

📋 copy color: '#CC14EA'

red 204 ◦ green 20 ◦ blue 234

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

Shades of Electric Purple #CC14EA

Tints of Electric Purple #CC14EA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.37%

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

R = 44.54%
G = 4.37%
B = 51.09%

CMYK

 C value IS 0.13

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC14EA (or 0xCC14EA) is known color: Electric Purple. HEX triplet: CC, 14 and EA. RGB value is (204,20,234). Sum of RGB (Red+Green+Blue) = 204+20+234=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 20 (8.20% from 255 or 4.37% from 458); Blue value is 234 (91.80% from 255 or 51.09% from 458); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC14EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC14EA is #33EB15. Grayscale: #626262. Windows color (decimal): -3402518 or 15340748. OLE color: 15340748.

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

Color convert

RGB 204 20 234 -
CMYK 0.13 0.91 0 0.08
HSL 291.59º 0.84% 0.5% -
HSV(B) 291.59º 0.91% 0.92% -
XYZ 40 19.28 79.45 -
YUV 99.41 203.96 202.6 -
System Red Green Blue C M Y K H S L
Decimal 204 20 234 0.13 0.91 0 0.08 291.59 0.84 0.5
Hex CC 14 EA D 5B 0 8 124 54 32
Octal 314 24 352 15 133 0 10 444 124 62
Binary 11001100 10100 11101010 1101 1011011 0 1000 100100100 1010100 110010

Color Harmonies of #CC14EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC14EA

Black with #CC14EA

Text Example


Text Example

White with #CC14EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC14EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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