Html Css Color HEX #CC12EF Electric Purple

📋 copy color: '#CC12EF'

red 204 ◦ green 18 ◦ blue 239

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

Shades of Electric Purple #CC12EF

Tints of Electric Purple #CC12EF

RGB

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

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

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

R = 44.25%
G = 3.9%
B = 51.84%

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

#CC12EF (or 0xCC12EF) is known color: Electric Purple. HEX triplet: CC, 12 and EF. RGB value is (204,18,239). Sum of RGB (Red+Green+Blue) = 204+18+239=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 18 (7.42% from 255 or 3.90% from 461); Blue value is 239 (93.75% from 255 or 51.84% from 461); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC12EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC12EF is #33ED10. Grayscale: #626262. Windows color (decimal): -3403025 or 15667916. OLE color: 15667916.

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

Color convert

RGB 204 18 239 -
CMYK 0.15 0.92 0 0.06
HSL 290.5º 0.87% 0.5% -
HSV(B) 290.5º 0.92% 0.94% -
XYZ 40.7 19.5 83.28 -
YUV 98.81 207.12 203.03 -
System Red Green Blue C M Y K H S L
Decimal 204 18 239 0.15 0.92 0 0.06 290.5 0.87 0.5
Hex CC 12 EF F 5C 0 6 122 57 32
Octal 314 22 357 17 134 0 6 442 127 62
Binary 11001100 10010 11101111 1111 1011100 0 110 100100010 1010111 110010

Color Harmonies of #CC12EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC12EF

Black with #CC12EF

Text Example


Text Example

White with #CC12EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC12EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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