Html Css Color HEX #C829B6 Fuchsia

📋 copy color: '#C829B6'

red 200 ◦ green 41 ◦ blue 182

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

Shades of Fuchsia #C829B6

Tints of Fuchsia #C829B6

RGB

 RED value IS 200 (78.52% from 255) = 47.28%

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

 BLUE value IS 182 (71.48% from 255) = 43.03%

R = 47.28%
G = 9.69%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C829B6 (or 0xC829B6) is known color: Fuchsia. HEX triplet: C8, 29 and B6. RGB value is (200,41,182). Sum of RGB (Red+Green+Blue) = 200+41+182=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 41 (16.41% from 255 or 9.69% from 423); Blue value is 182 (71.48% from 255 or 43.03% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C829B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C829B6 is #37D649. Grayscale: #686868. Windows color (decimal): -3659338 or 11938248. OLE color: 11938248.

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

Color convert

RGB 200 41 182 -
CMYK 0 0.80 0.09 0.22
HSL 306.79º 0.66% 0.47% -
HSV(B) 306.79º 0.8% 0.78% -
XYZ 33.06 17.24 45.84 -
YUV 104.62 171.68 196.04 -
System Red Green Blue C M Y K H S L
Decimal 200 41 182 0 0.80 0.09 0.22 306.79 0.66 0.47
Hex C8 29 B6 0 50 9 16 133 42 2F
Octal 310 51 266 0 120 11 26 463 102 57
Binary 11001000 101001 10110110 0 1010000 1001 10110 100110011 1000010 101111

Color Harmonies of #C829B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C829B6

Black with #C829B6

Text Example


Text Example

White with #C829B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C829B6; }

 p { color: rgb(200,41,182); }

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

background-color css

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

 a { background-color: rgb(200,41,182); }

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

border-color css

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

 span { border-color: rgb(200,41,182); }

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