Html Css Color HEX #C569BB Fuchsia

📋 copy color: '#C569BB'

red 197 ◦ green 105 ◦ blue 187

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

Shades of Fuchsia #C569BB

Tints of Fuchsia #C569BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.24%

R = 40.29%
G = 21.47%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C569BB (or 0xC569BB) is known color: Fuchsia. HEX triplet: C5, 69 and BB. RGB value is (197,105,187). Sum of RGB (Red+Green+Blue) = 197+105+187=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 105 (41.41% from 255 or 21.47% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 197 - color contains mainly: red. Hex color #C569BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C569BB is #3A9644. Grayscale: #8D8D8D. Windows color (decimal): -3839557 or 12282309. OLE color: 12282309.

HSL color Cylindrical-coordinate representation of color #C569BB: hue angle of 306.52º 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 #C569BB is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 105 187 -
CMYK 0 0.47 0.05 0.23
HSL 306.52º 0.44% 0.59% -
HSV(B) 306.52º 0.47% 0.77% -
XYZ 37.05 25.56 49.99 -
YUV 141.86 153.48 167.33 -
System Red Green Blue C M Y K H S L
Decimal 197 105 187 0 0.47 0.05 0.23 306.52 0.44 0.59
Hex C5 69 BB 0 2F 5 17 133 2C 3B
Octal 305 151 273 0 57 5 27 463 54 73
Binary 11000101 1101001 10111011 0 101111 101 10111 100110011 101100 111011

Color Harmonies of #C569BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C569BB

Black with #C569BB

Text Example


Text Example

White with #C569BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C569BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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