Html Css Color HEX #CC13EF Electric Purple

📋 copy color: '#CC13EF'

red 204 ◦ green 19 ◦ blue 239

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

Shades of Electric Purple #CC13EF

Tints of Electric Purple #CC13EF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.11%

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

R = 44.16%
G = 4.11%
B = 51.73%

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

#CC13EF (or 0xCC13EF) is known color: Electric Purple. HEX triplet: CC, 13 and EF. RGB value is (204,19,239). Sum of RGB (Red+Green+Blue) = 204+19+239=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 19 (7.81% from 255 or 4.11% from 462); Blue value is 239 (93.75% from 255 or 51.73% from 462); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC13EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC13EF is #33EC10. Grayscale: #626262. Windows color (decimal): -3402769 or 15668172. OLE color: 15668172.

HSL color Cylindrical-coordinate representation of color #CC13EF: hue angle of 290.45º 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 #CC13EF is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 19 239 -
CMYK 0.15 0.92 0 0.06
HSL 290.45º 0.87% 0.51% -
HSV(B) 290.45º 0.92% 0.94% -
XYZ 40.71 19.54 83.29 -
YUV 99.4 206.79 202.61 -
System Red Green Blue C M Y K H S L
Decimal 204 19 239 0.15 0.92 0 0.06 290.45 0.87 0.51
Hex CC 13 EF F 5C 0 6 122 57 33
Octal 314 23 357 17 134 0 6 442 127 63
Binary 11001100 10011 11101111 1111 1011100 0 110 100100010 1010111 110011

Color Harmonies of #CC13EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC13EF

Black with #CC13EF

Text Example


Text Example

White with #CC13EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC13EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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