Html Css Color HEX #C570B2 Fuchsia

📋 copy color: '#C570B2'

red 197 ◦ green 112 ◦ blue 178

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

Shades of Fuchsia #C570B2

Tints of Fuchsia #C570B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.55%

R = 40.45%
G = 23%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C570B2 (or 0xC570B2) is known color: Fuchsia. HEX triplet: C5, 70 and B2. RGB value is (197,112,178). Sum of RGB (Red+Green+Blue) = 197+112+178=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 112 (44.14% from 255 or 23.00% from 487); Blue value is 178 (69.92% from 255 or 36.55% from 487); Max value from RGB is 197 - color contains mainly: red. Hex color #C570B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C570B2 is #3A8F4D. Grayscale: #909090. Windows color (decimal): -3837774 or 11694277. OLE color: 11694277.

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

Color convert

RGB 197 112 178 -
CMYK 0 0.43 0.10 0.23
HSL 313.41º 0.42% 0.61% -
HSV(B) 313.41º 0.43% 0.77% -
XYZ 36.86 26.67 45.33 -
YUV 144.94 146.66 165.13 -
System Red Green Blue C M Y K H S L
Decimal 197 112 178 0 0.43 0.10 0.23 313.41 0.42 0.61
Hex C5 70 B2 0 2B A 17 139 2A 3D
Octal 305 160 262 0 53 12 27 471 52 75
Binary 11000101 1110000 10110010 0 101011 1010 10111 100111001 101010 111101

Color Harmonies of #C570B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C570B2

Black with #C570B2

Text Example


Text Example

White with #C570B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C570B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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