Html Css Color HEX #C72FFC Electric Purple

📋 copy color: '#C72FFC'

red 199 ◦ green 47 ◦ blue 252

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

Shades of Electric Purple #C72FFC

Tints of Electric Purple #C72FFC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.44%

 BLUE value IS 252 (98.83% from 255) = 50.6%

R = 39.96%
G = 9.44%
B = 50.6%

CMYK

 C value IS 0.21

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C72FFC (or 0xC72FFC) is known color: Electric Purple. HEX triplet: C7, 2F and FC. RGB value is (199,47,252). Sum of RGB (Red+Green+Blue) = 199+47+252=498 (65% of max value = 765). Red value is 199 (78.12% from 255 or 39.96% from 498); Green value is 47 (18.75% from 255 or 9.44% from 498); Blue value is 252 (98.83% from 255 or 50.60% from 498); Max value from RGB is 252 - color contains mainly: blue. Hex color #C72FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C72FFC is #38D003. Grayscale: #737373. Windows color (decimal): -3723268 or 16527303. OLE color: 16527303.

HSL color Cylindrical-coordinate representation of color #C72FFC: hue angle of 284.49º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C72FFC is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 199 47 252 -
CMYK 0.21 0.81 0 0.01
HSL 284.49º 0.97% 0.59% -
HSV(B) 284.49º 0.81% 0.99% -
XYZ 42.14 21.2 93.97 -
YUV 115.82 204.86 187.33 -
System Red Green Blue C M Y K H S L
Decimal 199 47 252 0.21 0.81 0 0.01 284.49 0.97 0.59
Hex C7 2F FC 15 51 0 1 11C 61 3B
Octal 307 57 374 25 121 0 1 434 141 73
Binary 11000111 101111 11111100 10101 1010001 0 1 100011100 1100001 111011

Color Harmonies of #C72FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72FFC

Black with #C72FFC

Text Example


Text Example

White with #C72FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72FFC; }

 p { color: rgb(199,47,252); }

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

background-color css

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

 a { background-color: rgb(199,47,252); }

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

border-color css

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

 span { border-color: rgb(199,47,252); }

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