Html Css Color HEX #CC13E9 Electric Purple

📋 copy color: '#CC13E9'

red 204 ◦ green 19 ◦ blue 233

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

Shades of Electric Purple #CC13E9

Tints of Electric Purple #CC13E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 51.1%

R = 44.74%
G = 4.17%
B = 51.1%

CMYK

 C value IS 0.12

 M value IS 0.92

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CC13E9 (or 0xCC13E9) is known color: Electric Purple. HEX triplet: CC, 13 and E9. RGB value is (204,19,233). Sum of RGB (Red+Green+Blue) = 204+19+233=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 19 (7.81% from 255 or 4.17% from 456); Blue value is 233 (91.41% from 255 or 51.10% from 456); Max value from RGB is 233 - color contains mainly: blue. Hex color #CC13E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC13E9 is #33EC16. Grayscale: #626262. Windows color (decimal): -3402775 or 15274956. OLE color: 15274956.

HSL color Cylindrical-coordinate representation of color #CC13E9: hue angle of 291.87º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC13E9 is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 19 233 -
CMYK 0.12 0.92 0 0.09
HSL 291.87º 0.85% 0.49% -
HSV(B) 291.87º 0.92% 0.91% -
XYZ 39.84 19.19 78.69 -
YUV 98.71 203.79 203.1 -
System Red Green Blue C M Y K H S L
Decimal 204 19 233 0.12 0.92 0 0.09 291.87 0.85 0.49
Hex CC 13 E9 C 5C 0 9 124 55 31
Octal 314 23 351 14 134 0 11 444 125 61
Binary 11001100 10011 11101001 1100 1011100 0 1001 100100100 1010101 110001

Color Harmonies of #CC13E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC13E9

Black with #CC13E9

Text Example


Text Example

White with #CC13E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC13E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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