Html Css Color HEX #C829B8 Fuchsia

📋 copy color: '#C829B8'

red 200 ◦ green 41 ◦ blue 184

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

Shades of Fuchsia #C829B8

Tints of Fuchsia #C829B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 43.29%

R = 47.06%
G = 9.65%
B = 43.29%

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

#C829B8 (or 0xC829B8) is known color: Fuchsia. HEX triplet: C8, 29 and B8. RGB value is (200,41,184). Sum of RGB (Red+Green+Blue) = 200+41+184=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 41 (16.41% from 255 or 9.65% from 425); Blue value is 184 (72.27% from 255 or 43.29% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C829B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C829B8 is #37D647. Grayscale: #686868. Windows color (decimal): -3659336 or 12069320. OLE color: 12069320.

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

Color convert

RGB 200 41 184 -
CMYK 0 0.80 0.08 0.22
HSL 306.04º 0.66% 0.47% -
HSV(B) 306.04º 0.8% 0.78% -
XYZ 33.26 17.33 46.94 -
YUV 104.84 172.68 195.87 -
System Red Green Blue C M Y K H S L
Decimal 200 41 184 0 0.80 0.08 0.22 306.04 0.66 0.47
Hex C8 29 B8 0 50 8 16 132 42 2F
Octal 310 51 270 0 120 10 26 462 102 57
Binary 11001000 101001 10111000 0 1010000 1000 10110 100110010 1000010 101111

Color Harmonies of #C829B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C829B8

Black with #C829B8

Text Example


Text Example

White with #C829B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C829B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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