Html Css Color HEX #C569B3 Fuchsia

📋 copy color: '#C569B3'

red 197 ◦ green 105 ◦ blue 179

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

Shades of Fuchsia #C569B3

Tints of Fuchsia #C569B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.21%

R = 40.96%
G = 21.83%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#C569B3 (or 0xC569B3) is known color: Fuchsia. HEX triplet: C5, 69 and B3. RGB value is (197,105,179). Sum of RGB (Red+Green+Blue) = 197+105+179=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 105 (41.41% from 255 or 21.83% from 481); Blue value is 179 (70.31% from 255 or 37.21% from 481); Max value from RGB is 197 - color contains mainly: red. Hex color #C569B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C569B3 is #3A964C. Grayscale: #8C8C8C. Windows color (decimal): -3839565 or 11758021. OLE color: 11758021.

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

Color convert

RGB 197 105 179 -
CMYK 0 0.47 0.09 0.23
HSL 311.74º 0.44% 0.59% -
HSV(B) 311.74º 0.47% 0.77% -
XYZ 36.21 25.23 45.61 -
YUV 140.94 149.48 167.98 -
System Red Green Blue C M Y K H S L
Decimal 197 105 179 0 0.47 0.09 0.23 311.74 0.44 0.59
Hex C5 69 B3 0 2F 9 17 138 2C 3B
Octal 305 151 263 0 57 11 27 470 54 73
Binary 11000101 1101001 10110011 0 101111 1001 10111 100111000 101100 111011

Color Harmonies of #C569B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C569B3

Black with #C569B3

Text Example


Text Example

White with #C569B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C569B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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