Html Css Color HEX #C570BE Fuchsia

📋 copy color: '#C570BE'

red 197 ◦ green 112 ◦ blue 190

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

Shades of Fuchsia #C570BE

Tints of Fuchsia #C570BE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.44%

 BLUE value IS 190 (74.61% from 255) = 38.08%

R = 39.48%
G = 22.44%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C570BE (or 0xC570BE) is known color: Fuchsia. HEX triplet: C5, 70 and BE. RGB value is (197,112,190). Sum of RGB (Red+Green+Blue) = 197+112+190=499 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.48% from 499); Green value is 112 (44.14% from 255 or 22.44% from 499); Blue value is 190 (74.61% from 255 or 38.08% from 499); Max value from RGB is 197 - color contains mainly: red. Hex color #C570BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C570BE is #3A8F41. Grayscale: #929292. Windows color (decimal): -3837762 or 12480709. OLE color: 12480709.

HSL color Cylindrical-coordinate representation of color #C570BE: hue angle of 304.94º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C570BE is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 112 190 -
CMYK 0 0.43 0.04 0.23
HSL 304.94º 0.42% 0.61% -
HSV(B) 304.94º 0.43% 0.77% -
XYZ 38.11 27.18 51.95 -
YUV 146.31 152.66 164.16 -
System Red Green Blue C M Y K H S L
Decimal 197 112 190 0 0.43 0.04 0.23 304.94 0.42 0.61
Hex C5 70 BE 0 2B 4 17 131 2A 3D
Octal 305 160 276 0 53 4 27 461 52 75
Binary 11000101 1110000 10111110 0 101011 100 10111 100110001 101010 111101

Color Harmonies of #C570BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C570BE

Black with #C570BE

Text Example


Text Example

White with #C570BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C570BE; }

 p { color: rgb(197,112,190); }

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

background-color css

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

 a { background-color: rgb(197,112,190); }

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

border-color css

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

 span { border-color: rgb(197,112,190); }

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