Html Css Color HEX #C729BE Fuchsia

📋 copy color: '#C729BE'

red 199 ◦ green 41 ◦ blue 190

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

Shades of Fuchsia #C729BE

Tints of Fuchsia #C729BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.19%

R = 46.28%
G = 9.53%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C729BE (or 0xC729BE) is known color: Fuchsia. HEX triplet: C7, 29 and BE. RGB value is (199,41,190). Sum of RGB (Red+Green+Blue) = 199+41+190=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 41 (16.41% from 255 or 9.53% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 199 - color contains mainly: red. Hex color #C729BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C729BE is #38D641. Grayscale: #686868. Windows color (decimal): -3724866 or 12462535. OLE color: 12462535.

HSL color Cylindrical-coordinate representation of color #C729BE: hue angle of 303.42º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C729BE is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 41 190 -
CMYK 0 0.79 0.05 0.22
HSL 303.42º 0.66% 0.47% -
HSV(B) 303.42º 0.79% 0.78% -
XYZ 33.64 17.45 50.31 -
YUV 105.23 175.85 194.88 -
System Red Green Blue C M Y K H S L
Decimal 199 41 190 0 0.79 0.05 0.22 303.42 0.66 0.47
Hex C7 29 BE 0 4F 5 16 12F 42 2F
Octal 307 51 276 0 117 5 26 457 102 57
Binary 11000111 101001 10111110 0 1001111 101 10110 100101111 1000010 101111

Color Harmonies of #C729BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C729BE

Black with #C729BE

Text Example


Text Example

White with #C729BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C729BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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