Html Css Color HEX #C057B5 Fuchsia

📋 copy color: '#C057B5'

red 192 ◦ green 87 ◦ blue 181

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

Shades of Fuchsia #C057B5

Tints of Fuchsia #C057B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.35%

R = 41.74%
G = 18.91%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#C057B5 (or 0xC057B5) is known color: Fuchsia. HEX triplet: C0, 57 and B5. RGB value is (192,87,181). Sum of RGB (Red+Green+Blue) = 192+87+181=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 87 (34.38% from 255 or 18.91% from 460); Blue value is 181 (71.09% from 255 or 39.35% from 460); Max value from RGB is 192 - color contains mainly: red. Hex color #C057B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C057B5 is #3FA84A. Grayscale: #808080. Windows color (decimal): -4171851 or 11884480. OLE color: 11884480.

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

Color convert

RGB 192 87 181 -
CMYK 0 0.55 0.06 0.25
HSL 306.29º 0.45% 0.55% -
HSV(B) 306.29º 0.55% 0.75% -
XYZ 33.49 21.36 46.07 -
YUV 129.11 157.29 172.86 -
System Red Green Blue C M Y K H S L
Decimal 192 87 181 0 0.55 0.06 0.25 306.29 0.45 0.55
Hex C0 57 B5 0 37 6 19 132 2D 37
Octal 300 127 265 0 67 6 31 462 55 67
Binary 11000000 1010111 10110101 0 110111 110 11001 100110010 101101 110111

Color Harmonies of #C057B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C057B5

Black with #C057B5

Text Example


Text Example

White with #C057B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C057B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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