Html Css Color HEX #C057B8 Fuchsia

📋 copy color: '#C057B8'

red 192 ◦ green 87 ◦ blue 184

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

Shades of Fuchsia #C057B8

Tints of Fuchsia #C057B8

RGB

 RED value IS 192 (75.39% from 255) = 41.47%

 GREEN value IS 87 (34.38% from 255) = 18.79%

 BLUE value IS 184 (72.27% from 255) = 39.74%

R = 41.47%
G = 18.79%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#C057B8 (or 0xC057B8) is known color: Fuchsia. HEX triplet: C0, 57 and B8. RGB value is (192,87,184). Sum of RGB (Red+Green+Blue) = 192+87+184=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 87 (34.38% from 255 or 18.79% from 463); Blue value is 184 (72.27% from 255 or 39.74% from 463); Max value from RGB is 192 - color contains mainly: red. Hex color #C057B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C057B8 is #3FA847. Grayscale: #818181. Windows color (decimal): -4171848 or 12081088. OLE color: 12081088.

HSL color Cylindrical-coordinate representation of color #C057B8: hue angle of 304.57º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C057B8 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 87 184 -
CMYK 0 0.55 0.04 0.25
HSL 304.57º 0.45% 0.55% -
HSV(B) 304.57º 0.55% 0.75% -
XYZ 33.8 21.48 47.71 -
YUV 129.45 158.79 172.61 -
System Red Green Blue C M Y K H S L
Decimal 192 87 184 0 0.55 0.04 0.25 304.57 0.45 0.55
Hex C0 57 B8 0 37 4 19 131 2D 37
Octal 300 127 270 0 67 4 31 461 55 67
Binary 11000000 1010111 10111000 0 110111 100 11001 100110001 101101 110111

Color Harmonies of #C057B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C057B8

Black with #C057B8

Text Example


Text Example

White with #C057B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C057B8; }

 p { color: rgb(192,87,184); }

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

background-color css

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

 a { background-color: rgb(192,87,184); }

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

border-color css

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

 span { border-color: rgb(192,87,184); }

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