Html Css Color HEX #C569B9 Fuchsia

📋 copy color: '#C569B9'

red 197 ◦ green 105 ◦ blue 185

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

Shades of Fuchsia #C569B9

Tints of Fuchsia #C569B9

RGB

 RED value IS 197 (77.34% from 255) = 40.45%

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

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

R = 40.45%
G = 21.56%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C569B9 (or 0xC569B9) is known color: Fuchsia. HEX triplet: C5, 69 and B9. RGB value is (197,105,185). Sum of RGB (Red+Green+Blue) = 197+105+185=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 105 (41.41% from 255 or 21.56% from 487); Blue value is 185 (72.66% from 255 or 37.99% from 487); Max value from RGB is 197 - color contains mainly: red. Hex color #C569B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C569B9 is #3A9646. Grayscale: #8D8D8D. Windows color (decimal): -3839559 or 12151237. OLE color: 12151237.

HSL color Cylindrical-coordinate representation of color #C569B9: hue angle of 307.83º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C569B9 is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 105 185 -
CMYK 0 0.47 0.06 0.23
HSL 307.83º 0.44% 0.59% -
HSV(B) 307.83º 0.47% 0.77% -
XYZ 36.83 25.48 48.87 -
YUV 141.63 152.48 167.5 -
System Red Green Blue C M Y K H S L
Decimal 197 105 185 0 0.47 0.06 0.23 307.83 0.44 0.59
Hex C5 69 B9 0 2F 6 17 134 2C 3B
Octal 305 151 271 0 57 6 27 464 54 73
Binary 11000101 1101001 10111001 0 101111 110 10111 100110100 101100 111011

Color Harmonies of #C569B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C569B9

Black with #C569B9

Text Example


Text Example

White with #C569B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C569B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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