Html Css Color HEX #C869AF Fuchsia

📋 copy color: '#C869AF'

red 200 ◦ green 105 ◦ blue 175

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

Shades of Fuchsia #C869AF

Tints of Fuchsia #C869AF

RGB

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

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

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

R = 41.67%
G = 21.88%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C869AF (or 0xC869AF) is known color: Fuchsia. HEX triplet: C8, 69 and AF. RGB value is (200,105,175). Sum of RGB (Red+Green+Blue) = 200+105+175=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 105 (41.41% from 255 or 21.88% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 200 - color contains mainly: red. Hex color #C869AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C869AF is #379650. Grayscale: #8D8D8D. Windows color (decimal): -3642961 or 11495880. OLE color: 11495880.

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

Color convert

RGB 200 105 175 -
CMYK 0 0.48 0.12 0.22
HSL 315.79º 0.46% 0.6% -
HSV(B) 315.79º 0.48% 0.78% -
XYZ 36.61 25.48 43.55 -
YUV 141.39 146.97 169.81 -
System Red Green Blue C M Y K H S L
Decimal 200 105 175 0 0.48 0.12 0.22 315.79 0.46 0.6
Hex C8 69 AF 0 30 C 16 13C 2E 3C
Octal 310 151 257 0 60 14 26 474 56 74
Binary 11001000 1101001 10101111 0 110000 1100 10110 100111100 101110 111100

Color Harmonies of #C869AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C869AF

Black with #C869AF

Text Example


Text Example

White with #C869AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C869AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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