Html Css Color HEX #C869B8 Fuchsia

📋 copy color: '#C869B8'

red 200 ◦ green 105 ◦ blue 184

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

Shades of Fuchsia #C869B8

Tints of Fuchsia #C869B8

RGB

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

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

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

R = 40.9%
G = 21.47%
B = 37.63%

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

#C869B8 (or 0xC869B8) is known color: Fuchsia. HEX triplet: C8, 69 and B8. RGB value is (200,105,184). Sum of RGB (Red+Green+Blue) = 200+105+184=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 105 (41.41% from 255 or 21.47% from 489); Blue value is 184 (72.27% from 255 or 37.63% from 489); Max value from RGB is 200 - color contains mainly: red. Hex color #C869B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C869B8 is #379647. Grayscale: #8E8E8E. Windows color (decimal): -3642952 or 12085704. OLE color: 12085704.

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

Color convert

RGB 200 105 184 -
CMYK 0 0.48 0.08 0.22
HSL 310.11º 0.46% 0.6% -
HSV(B) 310.11º 0.48% 0.78% -
XYZ 37.52 25.84 48.36 -
YUV 142.41 151.47 169.08 -
System Red Green Blue C M Y K H S L
Decimal 200 105 184 0 0.48 0.08 0.22 310.11 0.46 0.6
Hex C8 69 B8 0 30 8 16 136 2E 3C
Octal 310 151 270 0 60 10 26 466 56 74
Binary 11001000 1101001 10111000 0 110000 1000 10110 100110110 101110 111100

Color Harmonies of #C869B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C869B8

Black with #C869B8

Text Example


Text Example

White with #C869B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C869B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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