Html Css Color HEX #C724FC Electric Purple

📋 copy color: '#C724FC'

red 199 ◦ green 36 ◦ blue 252

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

Shades of Electric Purple #C724FC

Tints of Electric Purple #C724FC

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.39%

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

R = 40.86%
G = 7.39%
B = 51.75%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C724FC (or 0xC724FC) is known color: Electric Purple. HEX triplet: C7, 24 and FC. RGB value is (199,36,252). Sum of RGB (Red+Green+Blue) = 199+36+252=487 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.86% from 487); Green value is 36 (14.45% from 255 or 7.39% from 487); Blue value is 252 (98.83% from 255 or 51.75% from 487); Max value from RGB is 252 - color contains mainly: blue. Hex color #C724FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C724FC is #38DB03. Grayscale: #6C6C6C. Windows color (decimal): -3726084 or 16524487. OLE color: 16524487.

HSL color Cylindrical-coordinate representation of color #C724FC: hue angle of 285.28º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C724FC is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 199 36 252 -
CMYK 0.21 0.86 0 0.01
HSL 285.28º 0.97% 0.56% -
HSV(B) 285.28º 0.86% 0.99% -
XYZ 41.75 20.43 93.84 -
YUV 109.36 208.5 191.94 -
System Red Green Blue C M Y K H S L
Decimal 199 36 252 0.21 0.86 0 0.01 285.28 0.97 0.56
Hex C7 24 FC 15 56 0 1 11D 61 38
Octal 307 44 374 25 126 0 1 435 141 70
Binary 11000111 100100 11111100 10101 1010110 0 1 100011101 1100001 111000

Color Harmonies of #C724FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C724FC

Black with #C724FC

Text Example


Text Example

White with #C724FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C724FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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