Html Css Color HEX #C72BFC Electric Purple

📋 copy color: '#C72BFC'

red 199 ◦ green 43 ◦ blue 252

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

Shades of Electric Purple #C72BFC

Tints of Electric Purple #C72BFC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.7%

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

R = 40.28%
G = 8.7%
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

#C72BFC (or 0xC72BFC) is known color: Electric Purple. HEX triplet: C7, 2B and FC. RGB value is (199,43,252). Sum of RGB (Red+Green+Blue) = 199+43+252=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 43 (17.19% from 255 or 8.70% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #C72BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C72BFC is #38D403. Grayscale: #707070. Windows color (decimal): -3724292 or 16526279. OLE color: 16526279.

HSL color Cylindrical-coordinate representation of color #C72BFC: hue angle of 284.78º degrees, saturation: 0.97, 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 #C72BFC is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 199 43 252 -
CMYK 0.21 0.83 0 0.01
HSL 284.78º 0.97% 0.58% -
HSV(B) 284.78º 0.83% 0.99% -
XYZ 41.99 20.9 93.92 -
YUV 113.47 206.18 189.01 -
System Red Green Blue C M Y K H S L
Decimal 199 43 252 0.21 0.83 0 0.01 284.78 0.97 0.58
Hex C7 2B FC 15 53 0 1 11D 61 3A
Octal 307 53 374 25 123 0 1 435 141 72
Binary 11000111 101011 11111100 10101 1010011 0 1 100011101 1100001 111010

Color Harmonies of #C72BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72BFC

Black with #C72BFC

Text Example


Text Example

White with #C72BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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