Html Css Color HEX #C057B4 Fuchsia

📋 copy color: '#C057B4'

red 192 ◦ green 87 ◦ blue 180

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

Shades of Fuchsia #C057B4

Tints of Fuchsia #C057B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 39.22%

R = 41.83%
G = 18.95%
B = 39.22%

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

#C057B4 (or 0xC057B4) is known color: Fuchsia. HEX triplet: C0, 57 and B4. RGB value is (192,87,180). Sum of RGB (Red+Green+Blue) = 192+87+180=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 87 (34.38% from 255 or 18.95% from 459); Blue value is 180 (70.70% from 255 or 39.22% from 459); Max value from RGB is 192 - color contains mainly: red. Hex color #C057B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C057B4 is #3FA84B. Grayscale: #808080. Windows color (decimal): -4171852 or 11818944. OLE color: 11818944.

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

Color convert

RGB 192 87 180 -
CMYK 0 0.55 0.06 0.25
HSL 306.86º 0.45% 0.55% -
HSV(B) 306.86º 0.55% 0.75% -
XYZ 33.38 21.32 45.54 -
YUV 129 156.79 172.94 -
System Red Green Blue C M Y K H S L
Decimal 192 87 180 0 0.55 0.06 0.25 306.86 0.45 0.55
Hex C0 57 B4 0 37 6 19 133 2D 37
Octal 300 127 264 0 67 6 31 463 55 67
Binary 11000000 1010111 10110100 0 110111 110 11001 100110011 101101 110111

Color Harmonies of #C057B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C057B4

Black with #C057B4

Text Example


Text Example

White with #C057B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C057B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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