Html Css Color HEX #C72CEC Electric Purple

📋 copy color: '#C72CEC'

red 199 ◦ green 44 ◦ blue 236

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

Shades of Electric Purple #C72CEC

Tints of Electric Purple #C72CEC

RGB

 RED value IS 199 (78.13% from 255) = 41.54%

 GREEN value IS 44 (17.58% from 255) = 9.19%

 BLUE value IS 236 (92.58% from 255) = 49.27%

R = 41.54%
G = 9.19%
B = 49.27%

CMYK

 C value IS 0.16

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C72CEC (or 0xC72CEC) is known color: Electric Purple. HEX triplet: C7, 2C and EC. RGB value is (199,44,236). Sum of RGB (Red+Green+Blue) = 199+44+236=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 44 (17.58% from 255 or 9.19% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #C72CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C72CEC is #38D313. Grayscale: #6F6F6F. Windows color (decimal): -3724052 or 15477959. OLE color: 15477959.

HSL color Cylindrical-coordinate representation of color #C72CEC: hue angle of 288.44º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C72CEC is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 199 44 236 -
CMYK 0.16 0.81 0 0.07
HSL 288.44º 0.83% 0.55% -
HSV(B) 288.44º 0.81% 0.93% -
XYZ 39.59 20 81.13 -
YUV 112.23 197.85 189.89 -
System Red Green Blue C M Y K H S L
Decimal 199 44 236 0.16 0.81 0 0.07 288.44 0.83 0.55
Hex C7 2C EC 10 51 0 7 120 53 37
Octal 307 54 354 20 121 0 7 440 123 67
Binary 11000111 101100 11101100 10000 1010001 0 111 100100000 1010011 110111

Color Harmonies of #C72CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72CEC

Black with #C72CEC

Text Example


Text Example

White with #C72CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72CEC; }

 p { color: rgb(199,44,236); }

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

background-color css

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

 a { background-color: rgb(199,44,236); }

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

border-color css

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

 span { border-color: rgb(199,44,236); }

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