Html Css Color HEX #C729FB Electric Purple

📋 copy color: '#C729FB'

red 199 ◦ green 41 ◦ blue 251

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

Shades of Electric Purple #C729FB

Tints of Electric Purple #C729FB

RGB

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

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

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

R = 40.53%
G = 8.35%
B = 51.12%

CMYK

 C value IS 0.21

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C729FB (or 0xC729FB) is known color: Electric Purple. HEX triplet: C7, 29 and FB. RGB value is (199,41,251). Sum of RGB (Red+Green+Blue) = 199+41+251=491 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.53% from 491); Green value is 41 (16.41% from 255 or 8.35% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #C729FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C729FB is #38D604. Grayscale: #6F6F6F. Windows color (decimal): -3724805 or 16460231. OLE color: 16460231.

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

Color convert

RGB 199 41 251 -
CMYK 0.21 0.84 0 0.02
HSL 285.14º 0.96% 0.57% -
HSV(B) 285.14º 0.84% 0.98% -
XYZ 41.76 20.69 93.06 -
YUV 112.18 206.35 189.92 -
System Red Green Blue C M Y K H S L
Decimal 199 41 251 0.21 0.84 0 0.02 285.14 0.96 0.57
Hex C7 29 FB 15 54 0 2 11D 60 39
Octal 307 51 373 25 124 0 2 435 140 71
Binary 11000111 101001 11111011 10101 1010100 0 10 100011101 1100000 111001

Color Harmonies of #C729FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C729FB

Black with #C729FB

Text Example


Text Example

White with #C729FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C729FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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