Html Css Color HEX #CC12F8 Electric Purple

📋 copy color: '#CC12F8'

red 204 ◦ green 18 ◦ blue 248

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

Shades of Electric Purple #CC12F8

Tints of Electric Purple #CC12F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 52.77%

R = 43.4%
G = 3.83%
B = 52.77%

CMYK

 C value IS 0.18

 M value IS 0.93

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CC12F8 (or 0xCC12F8) is known color: Electric Purple. HEX triplet: CC, 12 and F8. RGB value is (204,18,248). Sum of RGB (Red+Green+Blue) = 204+18+248=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 18 (7.42% from 255 or 3.83% from 470); Blue value is 248 (97.27% from 255 or 52.77% from 470); Max value from RGB is 248 - color contains mainly: blue. Hex color #CC12F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC12F8 is #33ED07. Grayscale: #636363. Windows color (decimal): -3403016 or 16257740. OLE color: 16257740.

HSL color Cylindrical-coordinate representation of color #CC12F8: hue angle of 288.52º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC12F8 is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 18 248 -
CMYK 0.18 0.93 0 0.03
HSL 288.52º 0.94% 0.52% -
HSV(B) 288.52º 0.93% 0.97% -
XYZ 42.06 20.05 90.46 -
YUV 99.83 211.62 202.3 -
System Red Green Blue C M Y K H S L
Decimal 204 18 248 0.18 0.93 0 0.03 288.52 0.94 0.52
Hex CC 12 F8 12 5D 0 3 121 5E 34
Octal 314 22 370 22 135 0 3 441 136 64
Binary 11001100 10010 11111000 10010 1011101 0 11 100100001 1011110 110100

Color Harmonies of #CC12F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC12F8

Black with #CC12F8

Text Example


Text Example

White with #CC12F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC12F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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