Html Css Color HEX #C720FB Electric Purple

📋 copy color: '#C720FB'

red 199 ◦ green 32 ◦ blue 251

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

Shades of Electric Purple #C720FB

Tints of Electric Purple #C720FB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.64%

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

R = 41.29%
G = 6.64%
B = 52.07%

CMYK

 C value IS 0.21

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C720FB (or 0xC720FB) is known color: Electric Purple. HEX triplet: C7, 20 and FB. RGB value is (199,32,251). Sum of RGB (Red+Green+Blue) = 199+32+251=482 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.29% from 482); Green value is 32 (12.89% from 255 or 6.64% from 482); Blue value is 251 (98.44% from 255 or 52.07% from 482); Max value from RGB is 251 - color contains mainly: blue. Hex color #C720FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C720FB is #38DF04. Grayscale: #6A6A6A. Windows color (decimal): -3727109 or 16457927. OLE color: 16457927.

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

Color convert

RGB 199 32 251 -
CMYK 0.21 0.87 0 0.02
HSL 285.75º 0.96% 0.55% -
HSV(B) 285.75º 0.87% 0.98% -
XYZ 41.48 20.14 92.97 -
YUV 106.9 209.33 193.69 -
System Red Green Blue C M Y K H S L
Decimal 199 32 251 0.21 0.87 0 0.02 285.75 0.96 0.55
Hex C7 20 FB 15 57 0 2 11E 60 37
Octal 307 40 373 25 127 0 2 436 140 67
Binary 11000111 100000 11111011 10101 1010111 0 10 100011110 1100000 110111

Color Harmonies of #C720FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C720FB

Black with #C720FB

Text Example


Text Example

White with #C720FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C720FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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