Html Css Color HEX #C829AF Fuchsia

📋 copy color: '#C829AF'

red 200 ◦ green 41 ◦ blue 175

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

Shades of Fuchsia #C829AF

Tints of Fuchsia #C829AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.07%

R = 48.08%
G = 9.86%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C829AF (or 0xC829AF) is known color: Fuchsia. HEX triplet: C8, 29 and AF. RGB value is (200,41,175). Sum of RGB (Red+Green+Blue) = 200+41+175=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 41 (16.41% from 255 or 9.86% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C829AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C829AF is #37D650. Grayscale: #676767. Windows color (decimal): -3659345 or 11479496. OLE color: 11479496.

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

Color convert

RGB 200 41 175 -
CMYK 0 0.80 0.12 0.22
HSL 309.43º 0.66% 0.47% -
HSV(B) 309.43º 0.8% 0.78% -
XYZ 32.35 16.96 42.13 -
YUV 103.82 168.18 196.6 -
System Red Green Blue C M Y K H S L
Decimal 200 41 175 0 0.80 0.12 0.22 309.43 0.66 0.47
Hex C8 29 AF 0 50 C 16 135 42 2F
Octal 310 51 257 0 120 14 26 465 102 57
Binary 11001000 101001 10101111 0 1010000 1100 10110 100110101 1000010 101111

Color Harmonies of #C829AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C829AF

Black with #C829AF

Text Example


Text Example

White with #C829AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C829AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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