Html Css Color HEX #C829B7 Fuchsia

📋 copy color: '#C829B7'

red 200 ◦ green 41 ◦ blue 183

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

Shades of Fuchsia #C829B7

Tints of Fuchsia #C829B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 43.16%

R = 47.17%
G = 9.67%
B = 43.16%

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

#C829B7 (or 0xC829B7) is known color: Fuchsia. HEX triplet: C8, 29 and B7. RGB value is (200,41,183). Sum of RGB (Red+Green+Blue) = 200+41+183=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 41 (16.41% from 255 or 9.67% from 424); Blue value is 183 (71.88% from 255 or 43.16% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C829B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C829B7 is #37D648. Grayscale: #686868. Windows color (decimal): -3659337 or 12003784. OLE color: 12003784.

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

Color convert

RGB 200 41 183 -
CMYK 0 0.80 0.08 0.22
HSL 306.42º 0.66% 0.47% -
HSV(B) 306.42º 0.8% 0.78% -
XYZ 33.16 17.28 46.39 -
YUV 104.73 172.18 195.95 -
System Red Green Blue C M Y K H S L
Decimal 200 41 183 0 0.80 0.08 0.22 306.42 0.66 0.47
Hex C8 29 B7 0 50 8 16 132 42 2F
Octal 310 51 267 0 120 10 26 462 102 57
Binary 11001000 101001 10110111 0 1010000 1000 10110 100110010 1000010 101111

Color Harmonies of #C829B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C829B7

Black with #C829B7

Text Example


Text Example

White with #C829B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C829B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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