Html Css Color HEX #C057AF Fuchsia

📋 copy color: '#C057AF'

red 192 ◦ green 87 ◦ blue 175

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

Shades of Fuchsia #C057AF

Tints of Fuchsia #C057AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.55%

R = 42.29%
G = 19.16%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C057AF (or 0xC057AF) is known color: Fuchsia. HEX triplet: C0, 57 and AF. RGB value is (192,87,175). Sum of RGB (Red+Green+Blue) = 192+87+175=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 87 (34.38% from 255 or 19.16% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 192 - color contains mainly: red. Hex color #C057AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C057AF is #3FA850. Grayscale: #808080. Windows color (decimal): -4171857 or 11491264. OLE color: 11491264.

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

Color convert

RGB 192 87 175 -
CMYK 0 0.55 0.09 0.25
HSL 309.71º 0.45% 0.55% -
HSV(B) 309.71º 0.55% 0.75% -
XYZ 32.88 21.12 42.9 -
YUV 128.43 154.29 173.34 -
System Red Green Blue C M Y K H S L
Decimal 192 87 175 0 0.55 0.09 0.25 309.71 0.45 0.55
Hex C0 57 AF 0 37 9 19 136 2D 37
Octal 300 127 257 0 67 11 31 466 55 67
Binary 11000000 1010111 10101111 0 110111 1001 11001 100110110 101101 110111

Color Harmonies of #C057AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C057AF

Black with #C057AF

Text Example


Text Example

White with #C057AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C057AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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