Html Css Color HEX #C72DFC Electric Purple

📋 copy color: '#C72DFC'

red 199 ◦ green 45 ◦ blue 252

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

Shades of Electric Purple #C72DFC

Tints of Electric Purple #C72DFC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.07%

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

R = 40.12%
G = 9.07%
B = 50.81%

CMYK

 C value IS 0.21

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C72DFC (or 0xC72DFC) is known color: Electric Purple. HEX triplet: C7, 2D and FC. RGB value is (199,45,252). Sum of RGB (Red+Green+Blue) = 199+45+252=496 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.12% from 496); Green value is 45 (17.97% from 255 or 9.07% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #C72DFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C72DFC is #38D203. Grayscale: #717171. Windows color (decimal): -3723780 or 16526791. OLE color: 16526791.

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

Color convert

RGB 199 45 252 -
CMYK 0.21 0.82 0 0.01
HSL 284.64º 0.97% 0.58% -
HSV(B) 284.64º 0.82% 0.99% -
XYZ 42.06 21.05 93.94 -
YUV 114.64 205.52 188.17 -
System Red Green Blue C M Y K H S L
Decimal 199 45 252 0.21 0.82 0 0.01 284.64 0.97 0.58
Hex C7 2D FC 15 52 0 1 11D 61 3A
Octal 307 55 374 25 122 0 1 435 141 72
Binary 11000111 101101 11111100 10101 1010010 0 1 100011101 1100001 111010

Color Harmonies of #C72DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72DFC

Black with #C72DFC

Text Example


Text Example

White with #C72DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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