Html Css Color HEX #CC12EA Electric Purple

📋 copy color: '#CC12EA'

red 204 ◦ green 18 ◦ blue 234

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

Shades of Electric Purple #CC12EA

Tints of Electric Purple #CC12EA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.95%

 BLUE value IS 234 (91.8% from 255) = 51.32%

R = 44.74%
G = 3.95%
B = 51.32%

CMYK

 C value IS 0.13

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC12EA (or 0xCC12EA) is known color: Electric Purple. HEX triplet: CC, 12 and EA. RGB value is (204,18,234). Sum of RGB (Red+Green+Blue) = 204+18+234=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 18 (7.42% from 255 or 3.95% from 456); Blue value is 234 (91.80% from 255 or 51.32% from 456); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC12EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC12EA is #33ED15. Grayscale: #616161. Windows color (decimal): -3403030 or 15340236. OLE color: 15340236.

HSL color Cylindrical-coordinate representation of color #CC12EA: hue angle of 291.67º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC12EA is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 18 234 -
CMYK 0.13 0.92 0 0.08
HSL 291.67º 0.86% 0.49% -
HSV(B) 291.67º 0.92% 0.92% -
XYZ 39.97 19.21 79.44 -
YUV 98.24 204.62 203.44 -
System Red Green Blue C M Y K H S L
Decimal 204 18 234 0.13 0.92 0 0.08 291.67 0.86 0.49
Hex CC 12 EA D 5C 0 8 124 56 31
Octal 314 22 352 15 134 0 10 444 126 61
Binary 11001100 10010 11101010 1101 1011100 0 1000 100100100 1010110 110001

Color Harmonies of #CC12EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC12EA

Black with #CC12EA

Text Example


Text Example

White with #CC12EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC12EA; }

 p { color: rgb(204,18,234); }

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

background-color css

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

 a { background-color: rgb(204,18,234); }

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

border-color css

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

 span { border-color: rgb(204,18,234); }

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