Html Css Color HEX #C869B9 Fuchsia

📋 copy color: '#C869B9'

red 200 ◦ green 105 ◦ blue 185

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

Shades of Fuchsia #C869B9

Tints of Fuchsia #C869B9

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.43%

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

R = 40.82%
G = 21.43%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C869B9 (or 0xC869B9) is known color: Fuchsia. HEX triplet: C8, 69 and B9. RGB value is (200,105,185). Sum of RGB (Red+Green+Blue) = 200+105+185=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 105 (41.41% from 255 or 21.43% from 490); Blue value is 185 (72.66% from 255 or 37.76% from 490); Max value from RGB is 200 - color contains mainly: red. Hex color #C869B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C869B9 is #379646. Grayscale: #8E8E8E. Windows color (decimal): -3642951 or 12151240. OLE color: 12151240.

HSL color Cylindrical-coordinate representation of color #C869B9: hue angle of 309.47º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C869B9 is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 105 185 -
CMYK 0 0.48 0.08 0.22
HSL 309.47º 0.46% 0.6% -
HSV(B) 309.47º 0.48% 0.78% -
XYZ 37.63 25.89 48.91 -
YUV 142.53 151.97 169 -
System Red Green Blue C M Y K H S L
Decimal 200 105 185 0 0.48 0.08 0.22 309.47 0.46 0.6
Hex C8 69 B9 0 30 8 16 135 2E 3C
Octal 310 151 271 0 60 10 26 465 56 74
Binary 11001000 1101001 10111001 0 110000 1000 10110 100110101 101110 111100

Color Harmonies of #C869B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C869B9

Black with #C869B9

Text Example


Text Example

White with #C869B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C869B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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