Html Css Color HEX #C72CFD Electric Purple

📋 copy color: '#C72CFD'

red 199 ◦ green 44 ◦ blue 253

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

Shades of Electric Purple #C72CFD

Tints of Electric Purple #C72CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.01%

R = 40.12%
G = 8.87%
B = 51.01%

CMYK

 C value IS 0.21

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C72CFD (or 0xC72CFD) is known color: Electric Purple. HEX triplet: C7, 2C and FD. RGB value is (199,44,253). Sum of RGB (Red+Green+Blue) = 199+44+253=496 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.12% from 496); Green value is 44 (17.58% from 255 or 8.87% from 496); Blue value is 253 (99.22% from 255 or 51.01% from 496); Max value from RGB is 253 - color contains mainly: blue. Hex color #C72CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C72CFD is #38D302. Grayscale: #717171. Windows color (decimal): -3724035 or 16592071. OLE color: 16592071.

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

Color convert

RGB 199 44 253 -
CMYK 0.21 0.83 0 0.01
HSL 284.5º 0.98% 0.58% -
HSV(B) 284.5º 0.83% 0.99% -
XYZ 42.18 21.04 94.77 -
YUV 114.17 206.35 188.51 -
System Red Green Blue C M Y K H S L
Decimal 199 44 253 0.21 0.83 0 0.01 284.5 0.98 0.58
Hex C7 2C FD 15 53 0 1 11C 62 3A
Octal 307 54 375 25 123 0 1 434 142 72
Binary 11000111 101100 11111101 10101 1010011 0 1 100011100 1100010 111010

Color Harmonies of #C72CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72CFD

Black with #C72CFD

Text Example


Text Example

White with #C72CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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