Html Css Color HEX #C72FFB Electric Purple

📋 copy color: '#C72FFB'

red 199 ◦ green 47 ◦ blue 251

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

Shades of Electric Purple #C72FFB

Tints of Electric Purple #C72FFB

RGB

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

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

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

R = 40.04%
G = 9.46%
B = 50.5%

CMYK

 C value IS 0.21

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C72FFB (or 0xC72FFB) is known color: Electric Purple. HEX triplet: C7, 2F and FB. RGB value is (199,47,251). Sum of RGB (Red+Green+Blue) = 199+47+251=497 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.04% from 497); Green value is 47 (18.75% from 255 or 9.46% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #C72FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C72FFB is #38D004. Grayscale: #737373. Windows color (decimal): -3723269 or 16461767. OLE color: 16461767.

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

Color convert

RGB 199 47 251 -
CMYK 0.21 0.81 0 0.02
HSL 284.71º 0.96% 0.58% -
HSV(B) 284.71º 0.81% 0.98% -
XYZ 41.98 21.14 93.13 -
YUV 115.7 204.36 187.41 -
System Red Green Blue C M Y K H S L
Decimal 199 47 251 0.21 0.81 0 0.02 284.71 0.96 0.58
Hex C7 2F FB 15 51 0 2 11D 60 3A
Octal 307 57 373 25 121 0 2 435 140 72
Binary 11000111 101111 11111011 10101 1010001 0 10 100011101 1100000 111010

Color Harmonies of #C72FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72FFB

Black with #C72FFB

Text Example


Text Example

White with #C72FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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