Html Css Color HEX #CC12FA Electric Purple

📋 copy color: '#CC12FA'

red 204 ◦ green 18 ◦ blue 250

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

Shades of Electric Purple #CC12FA

Tints of Electric Purple #CC12FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.97%

R = 43.22%
G = 3.81%
B = 52.97%

CMYK

 C value IS 0.18

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC12FA (or 0xCC12FA) is known color: Electric Purple. HEX triplet: CC, 12 and FA. RGB value is (204,18,250). Sum of RGB (Red+Green+Blue) = 204+18+250=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 18 (7.42% from 255 or 3.81% from 472); Blue value is 250 (98.05% from 255 or 52.97% from 472); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC12FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC12FA is #33ED05. Grayscale: #636363. Windows color (decimal): -3403014 or 16388812. OLE color: 16388812.

HSL color Cylindrical-coordinate representation of color #CC12FA: hue angle of 288.1º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC12FA is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 18 250 -
CMYK 0.18 0.93 0 0.02
HSL 288.1º 0.96% 0.53% -
HSV(B) 288.1º 0.93% 0.98% -
XYZ 42.37 20.17 92.1 -
YUV 100.06 212.62 202.14 -
System Red Green Blue C M Y K H S L
Decimal 204 18 250 0.18 0.93 0 0.02 288.1 0.96 0.53
Hex CC 12 FA 12 5D 0 2 120 60 35
Octal 314 22 372 22 135 0 2 440 140 65
Binary 11001100 10010 11111010 10010 1011101 0 10 100100000 1100000 110101

Color Harmonies of #CC12FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC12FA

Black with #CC12FA

Text Example


Text Example

White with #CC12FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC12FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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