Html Css Color HEX #CC12EE Electric Purple

📋 copy color: '#CC12EE'

red 204 ◦ green 18 ◦ blue 238

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

Shades of Electric Purple #CC12EE

Tints of Electric Purple #CC12EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 51.74%

R = 44.35%
G = 3.91%
B = 51.74%

CMYK

 C value IS 0.14

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC12EE (or 0xCC12EE) is known color: Electric Purple. HEX triplet: CC, 12 and EE. RGB value is (204,18,238). Sum of RGB (Red+Green+Blue) = 204+18+238=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 18 (7.42% from 255 or 3.91% from 460); Blue value is 238 (93.36% from 255 or 51.74% from 460); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC12EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC12EE is #33ED11. Grayscale: #626262. Windows color (decimal): -3403026 or 15602380. OLE color: 15602380.

HSL color Cylindrical-coordinate representation of color #CC12EE: hue angle of 290.73º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC12EE is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 18 238 -
CMYK 0.14 0.92 0 0.07
HSL 290.73º 0.87% 0.5% -
HSV(B) 290.73º 0.92% 0.93% -
XYZ 40.55 19.44 82.5 -
YUV 98.69 206.62 203.11 -
System Red Green Blue C M Y K H S L
Decimal 204 18 238 0.14 0.92 0 0.07 290.73 0.87 0.5
Hex CC 12 EE E 5C 0 7 123 57 32
Octal 314 22 356 16 134 0 7 443 127 62
Binary 11001100 10010 11101110 1110 1011100 0 111 100100011 1010111 110010

Color Harmonies of #CC12EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC12EE

Black with #CC12EE

Text Example


Text Example

White with #CC12EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC12EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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