Html Css Color HEX #C72CF9 Electric Purple

📋 copy color: '#C72CF9'

red 199 ◦ green 44 ◦ blue 249

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

Shades of Electric Purple #C72CF9

Tints of Electric Purple #C72CF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 50.61%

R = 40.45%
G = 8.94%
B = 50.61%

CMYK

 C value IS 0.20

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C72CF9 (or 0xC72CF9) is known color: Electric Purple. HEX triplet: C7, 2C and F9. RGB value is (199,44,249). Sum of RGB (Red+Green+Blue) = 199+44+249=492 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.45% from 492); Green value is 44 (17.58% from 255 or 8.94% from 492); Blue value is 249 (97.66% from 255 or 50.61% from 492); Max value from RGB is 249 - color contains mainly: blue. Hex color #C72CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C72CF9 is #38D306. Grayscale: #717171. Windows color (decimal): -3724039 or 16329927. OLE color: 16329927.

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

Color convert

RGB 199 44 249 -
CMYK 0.20 0.82 0 0.02
HSL 285.37º 0.94% 0.57% -
HSV(B) 285.37º 0.82% 0.98% -
XYZ 41.55 20.78 91.44 -
YUV 113.72 204.35 188.83 -
System Red Green Blue C M Y K H S L
Decimal 199 44 249 0.20 0.82 0 0.02 285.37 0.94 0.57
Hex C7 2C F9 14 52 0 2 11D 5E 39
Octal 307 54 371 24 122 0 2 435 136 71
Binary 11000111 101100 11111001 10100 1010010 0 10 100011101 1011110 111001

Color Harmonies of #C72CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72CF9

Black with #C72CF9

Text Example


Text Example

White with #C72CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72CF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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