Html Css Color HEX #CC14EE Electric Purple

📋 copy color: '#CC14EE'

red 204 ◦ green 20 ◦ blue 238

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

Shades of Electric Purple #CC14EE

Tints of Electric Purple #CC14EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 51.52%

R = 44.16%
G = 4.33%
B = 51.52%

CMYK

 C value IS 0.14

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC14EE (or 0xCC14EE) is known color: Electric Purple. HEX triplet: CC, 14 and EE. RGB value is (204,20,238). Sum of RGB (Red+Green+Blue) = 204+20+238=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 20 (8.20% from 255 or 4.33% from 462); Blue value is 238 (93.36% from 255 or 51.52% from 462); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC14EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC14EE is #33EB11. Grayscale: #636363. Windows color (decimal): -3402514 or 15602892. OLE color: 15602892.

HSL color Cylindrical-coordinate representation of color #CC14EE: hue angle of 290.64º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC14EE is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 20 238 -
CMYK 0.14 0.92 0 0.07
HSL 290.64º 0.87% 0.51% -
HSV(B) 290.64º 0.92% 0.93% -
XYZ 40.58 19.51 82.52 -
YUV 99.87 205.96 202.27 -
System Red Green Blue C M Y K H S L
Decimal 204 20 238 0.14 0.92 0 0.07 290.64 0.87 0.51
Hex CC 14 EE E 5C 0 7 123 57 33
Octal 314 24 356 16 134 0 7 443 127 63
Binary 11001100 10100 11101110 1110 1011100 0 111 100100011 1010111 110011

Color Harmonies of #CC14EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC14EE

Black with #CC14EE

Text Example


Text Example

White with #CC14EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC14EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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