Html Css Color HEX #C72AFE Electric Purple

📋 copy color: '#C72AFE'

red 199 ◦ green 42 ◦ blue 254

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

Shades of Electric Purple #C72AFE

Tints of Electric Purple #C72AFE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.48%

 BLUE value IS 254 (99.61% from 255) = 51.31%

R = 40.2%
G = 8.48%
B = 51.31%

CMYK

 C value IS 0.22

 M value IS 0.83

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C72AFE (or 0xC72AFE) is known color: Electric Purple. HEX triplet: C7, 2A and FE. RGB value is (199,42,254). Sum of RGB (Red+Green+Blue) = 199+42+254=495 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.20% from 495); Green value is 42 (16.80% from 255 or 8.48% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #C72AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C72AFE is #38D501. Grayscale: #707070. Windows color (decimal): -3724546 or 16657095. OLE color: 16657095.

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

Color convert

RGB 199 42 254 -
CMYK 0.22 0.83 0 0.00
HSL 284.43º 0.99% 0.58% -
HSV(B) 284.43º 0.83% 1% -
XYZ 42.27 20.95 95.58 -
YUV 113.11 207.51 189.26 -
System Red Green Blue C M Y K H S L
Decimal 199 42 254 0.22 0.83 0 0.00 284.43 0.99 0.58
Hex C7 2A FE 16 53 0 0 11C 63 3A
Octal 307 52 376 26 123 0 0 434 143 72
Binary 11000111 101010 11111110 10110 1010011 0 0 100011100 1100011 111010

Color Harmonies of #C72AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72AFE

Black with #C72AFE

Text Example


Text Example

White with #C72AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72AFE; }

 p { color: rgb(199,42,254); }

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

background-color css

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

 a { background-color: rgb(199,42,254); }

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

border-color css

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

 span { border-color: rgb(199,42,254); }

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