Html Css Color HEX #CC12FB Electric Purple

📋 copy color: '#CC12FB'

red 204 ◦ green 18 ◦ blue 251

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

Shades of Electric Purple #CC12FB

Tints of Electric Purple #CC12FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.07%

R = 43.13%
G = 3.81%
B = 53.07%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC12FB (or 0xCC12FB) is known color: Electric Purple. HEX triplet: CC, 12 and FB. RGB value is (204,18,251). Sum of RGB (Red+Green+Blue) = 204+18+251=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 18 (7.42% from 255 or 3.81% from 473); Blue value is 251 (98.44% from 255 or 53.07% from 473); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC12FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC12FB is #33ED04. Grayscale: #636363. Windows color (decimal): -3403013 or 16454348. OLE color: 16454348.

HSL color Cylindrical-coordinate representation of color #CC12FB: hue angle of 287.9º degrees, saturation: 0.97, 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 #CC12FB is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 18 251 -
CMYK 0.19 0.93 0 0.02
HSL 287.9º 0.97% 0.53% -
HSV(B) 287.9º 0.93% 0.98% -
XYZ 42.53 20.24 92.93 -
YUV 100.18 213.12 202.05 -
System Red Green Blue C M Y K H S L
Decimal 204 18 251 0.19 0.93 0 0.02 287.9 0.97 0.53
Hex CC 12 FB 13 5D 0 2 120 61 35
Octal 314 22 373 23 135 0 2 440 141 65
Binary 11001100 10010 11111011 10011 1011101 0 10 100100000 1100001 110101

Color Harmonies of #CC12FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC12FB

Black with #CC12FB

Text Example


Text Example

White with #CC12FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC12FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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