Html Css Color HEX #C829B9 Fuchsia

📋 copy color: '#C829B9'

red 200 ◦ green 41 ◦ blue 185

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

Shades of Fuchsia #C829B9

Tints of Fuchsia #C829B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 43.43%

R = 46.95%
G = 9.62%
B = 43.43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C829B9 (or 0xC829B9) is known color: Fuchsia. HEX triplet: C8, 29 and B9. RGB value is (200,41,185). Sum of RGB (Red+Green+Blue) = 200+41+185=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 41 (16.41% from 255 or 9.62% from 426); Blue value is 185 (72.66% from 255 or 43.43% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C829B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C829B9 is #37D646. Grayscale: #686868. Windows color (decimal): -3659335 or 12134856. OLE color: 12134856.

HSL color Cylindrical-coordinate representation of color #C829B9: hue angle of 305.66º 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 #C829B9 is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 41 185 -
CMYK 0 0.80 0.08 0.22
HSL 305.66º 0.66% 0.47% -
HSV(B) 305.66º 0.8% 0.78% -
XYZ 33.37 17.37 47.49 -
YUV 104.96 173.18 195.79 -
System Red Green Blue C M Y K H S L
Decimal 200 41 185 0 0.80 0.08 0.22 305.66 0.66 0.47
Hex C8 29 B9 0 50 8 16 132 42 2F
Octal 310 51 271 0 120 10 26 462 102 57
Binary 11001000 101001 10111001 0 1010000 1000 10110 100110010 1000010 101111

Color Harmonies of #C829B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C829B9

Black with #C829B9

Text Example


Text Example

White with #C829B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C829B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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