Html Css Color HEX #CC14FF Electric Purple

📋 copy color: '#CC14FF'

red 204 ◦ green 20 ◦ blue 255

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

Shades of Electric Purple #CC14FF

Tints of Electric Purple #CC14FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.24%

R = 42.59%
G = 4.18%
B = 53.24%

CMYK

 C value IS 0.2

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC14FF (or 0xCC14FF) is known color: Electric Purple. HEX triplet: CC, 14 and FF. RGB value is (204,20,255). Sum of RGB (Red+Green+Blue) = 204+20+255=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 20 (8.20% from 255 or 4.18% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC14FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC14FF is #33EB00. Grayscale: #656565. Windows color (decimal): -3402497 or 16717004. OLE color: 16717004.

HSL color Cylindrical-coordinate representation of color #CC14FF: hue angle of 286.98º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC14FF is Cyan = 0.2, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 204 20 255 -
CMYK 0.2 0.92 0 0
HSL 286.98º 1% 0.54% -
HSV(B) 286.98º 0.92% 1% -
XYZ 43.2 20.56 96.3 -
YUV 101.81 214.46 200.89 -
System Red Green Blue C M Y K H S L
Decimal 204 20 255 0.2 0.92 0 0 286.98 1 0.54
Hex CC 14 FF 14 5C 0 0 11F 64 36
Octal 314 24 377 24 134 0 0 437 144 66
Binary 11001100 10100 11111111 10100 1011100 0 0 100011111 1100100 110110

Color Harmonies of #CC14FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC14FF

Black with #CC14FF

Text Example


Text Example

White with #CC14FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC14FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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