Html Css Color HEX #CC12FF Electric Purple

📋 copy color: '#CC12FF'

red 204 ◦ green 18 ◦ blue 255

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

Shades of Electric Purple #CC12FF

Tints of Electric Purple #CC12FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.46%

R = 42.77%
G = 3.77%
B = 53.46%

CMYK

 C value IS 0.2

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC12FF (or 0xCC12FF) is known color: Electric Purple. HEX triplet: CC, 12 and FF. RGB value is (204,18,255). Sum of RGB (Red+Green+Blue) = 204+18+255=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 18 (7.42% from 255 or 3.77% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC12FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC12FF is #33ED00. Grayscale: #636363. Windows color (decimal): -3403009 or 16716492. OLE color: 16716492.

HSL color Cylindrical-coordinate representation of color #CC12FF: hue angle of 287.09º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC12FF is Cyan = 0.2, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 204 18 255 -
CMYK 0.2 0.93 0 0
HSL 287.09º 1% 0.54% -
HSV(B) 287.09º 0.93% 1% -
XYZ 43.17 20.49 96.29 -
YUV 100.63 215.12 201.73 -
System Red Green Blue C M Y K H S L
Decimal 204 18 255 0.2 0.93 0 0 287.09 1 0.54
Hex CC 12 FF 14 5D 0 0 11F 64 36
Octal 314 22 377 24 135 0 0 437 144 66
Binary 11001100 10010 11111111 10100 1011101 0 0 100011111 1100100 110110

Color Harmonies of #CC12FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC12FF

Black with #CC12FF

Text Example


Text Example

White with #CC12FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC12FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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