Html Css Color HEX #C72CFF Electric Purple

📋 copy color: '#C72CFF'

red 199 ◦ green 44 ◦ blue 255

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

Shades of Electric Purple #C72CFF

Tints of Electric Purple #C72CFF

RGB

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

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

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

R = 39.96%
G = 8.84%
B = 51.2%

CMYK

 C value IS 0.22

 M value IS 0.83

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C72CFF (or 0xC72CFF) is known color: Electric Purple. HEX triplet: C7, 2C and FF. RGB value is (199,44,255). Sum of RGB (Red+Green+Blue) = 199+44+255=498 (65% of max value = 765). Red value is 199 (78.12% from 255 or 39.96% from 498); Green value is 44 (17.58% from 255 or 8.84% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #C72CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C72CFF is #38D300. Grayscale: #717171. Windows color (decimal): -3724033 or 16723143. OLE color: 16723143.

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

Color convert

RGB 199 44 255 -
CMYK 0.22 0.83 0 0
HSL 284.08º 1% 0.59% -
HSV(B) 284.08º 0.83% 1% -
XYZ 42.5 21.16 96.45 -
YUV 114.4 207.35 188.34 -
System Red Green Blue C M Y K H S L
Decimal 199 44 255 0.22 0.83 0 0 284.08 1 0.59
Hex C7 2C FF 16 53 0 0 11C 64 3B
Octal 307 54 377 26 123 0 0 434 144 73
Binary 11000111 101100 11111111 10110 1010011 0 0 100011100 1100100 111011

Color Harmonies of #C72CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72CFF

Black with #C72CFF

Text Example


Text Example

White with #C72CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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