Html Css Color HEX #CC14EF Electric Purple

📋 copy color: '#CC14EF'

red 204 ◦ green 20 ◦ blue 239

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

Shades of Electric Purple #CC14EF

Tints of Electric Purple #CC14EF

RGB

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

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

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

R = 44.06%
G = 4.32%
B = 51.62%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC14EF (or 0xCC14EF) is known color: Electric Purple. HEX triplet: CC, 14 and EF. RGB value is (204,20,239). Sum of RGB (Red+Green+Blue) = 204+20+239=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 20 (8.20% from 255 or 4.32% from 463); Blue value is 239 (93.75% from 255 or 51.62% from 463); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC14EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC14EF is #33EB10. Grayscale: #636363. Windows color (decimal): -3402513 or 15668428. OLE color: 15668428.

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

Color convert

RGB 204 20 239 -
CMYK 0.15 0.92 0 0.06
HSL 290.41º 0.87% 0.51% -
HSV(B) 290.41º 0.92% 0.94% -
XYZ 40.73 19.57 83.29 -
YUV 99.98 206.46 202.19 -
System Red Green Blue C M Y K H S L
Decimal 204 20 239 0.15 0.92 0 0.06 290.41 0.87 0.51
Hex CC 14 EF F 5C 0 6 122 57 33
Octal 314 24 357 17 134 0 6 442 127 63
Binary 11001100 10100 11101111 1111 1011100 0 110 100100010 1010111 110011

Color Harmonies of #CC14EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC14EF

Black with #CC14EF

Text Example


Text Example

White with #CC14EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC14EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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