Html Css Color HEX #C72CFB Electric Purple

📋 copy color: '#C72CFB'

red 199 ◦ green 44 ◦ blue 251

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

Shades of Electric Purple #C72CFB

Tints of Electric Purple #C72CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.81%

R = 40.28%
G = 8.91%
B = 50.81%

CMYK

 C value IS 0.21

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C72CFB (or 0xC72CFB) is known color: Electric Purple. HEX triplet: C7, 2C and FB. RGB value is (199,44,251). Sum of RGB (Red+Green+Blue) = 199+44+251=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 44 (17.58% from 255 or 8.91% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #C72CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C72CFB is #38D304. Grayscale: #717171. Windows color (decimal): -3724037 or 16460999. OLE color: 16460999.

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

Color convert

RGB 199 44 251 -
CMYK 0.21 0.82 0 0.02
HSL 284.93º 0.96% 0.58% -
HSV(B) 284.93º 0.82% 0.98% -
XYZ 41.87 20.91 93.1 -
YUV 113.94 205.35 188.67 -
System Red Green Blue C M Y K H S L
Decimal 199 44 251 0.21 0.82 0 0.02 284.93 0.96 0.58
Hex C7 2C FB 15 52 0 2 11D 60 3A
Octal 307 54 373 25 122 0 2 435 140 72
Binary 11000111 101100 11111011 10101 1010010 0 10 100011101 1100000 111010

Color Harmonies of #C72CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72CFB

Black with #C72CFB

Text Example


Text Example

White with #C72CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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