Html Css Color HEX #C729FC Electric Purple

📋 copy color: '#C729FC'

red 199 ◦ green 41 ◦ blue 252

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

Shades of Electric Purple #C729FC

Tints of Electric Purple #C729FC

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.33%

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

R = 40.45%
G = 8.33%
B = 51.22%

CMYK

 C value IS 0.21

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C729FC (or 0xC729FC) is known color: Electric Purple. HEX triplet: C7, 29 and FC. RGB value is (199,41,252). Sum of RGB (Red+Green+Blue) = 199+41+252=492 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.45% from 492); Green value is 41 (16.41% from 255 or 8.33% from 492); Blue value is 252 (98.83% from 255 or 51.22% from 492); Max value from RGB is 252 - color contains mainly: blue. Hex color #C729FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C729FC is #38D603. Grayscale: #6F6F6F. Windows color (decimal): -3724804 or 16525767. OLE color: 16525767.

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

Color convert

RGB 199 41 252 -
CMYK 0.21 0.84 0 0.01
HSL 284.93º 0.97% 0.57% -
HSV(B) 284.93º 0.84% 0.99% -
XYZ 41.92 20.76 93.89 -
YUV 112.3 206.85 189.84 -
System Red Green Blue C M Y K H S L
Decimal 199 41 252 0.21 0.84 0 0.01 284.93 0.97 0.57
Hex C7 29 FC 15 54 0 1 11D 61 39
Octal 307 51 374 25 124 0 1 435 141 71
Binary 11000111 101001 11111100 10101 1010100 0 1 100011101 1100001 111001

Color Harmonies of #C729FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C729FC

Black with #C729FC

Text Example


Text Example

White with #C729FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C729FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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