Html Css Color HEX #C053B1 Fuchsia

📋 copy color: '#C053B1'

red 192 ◦ green 83 ◦ blue 177

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

Shades of Fuchsia #C053B1

Tints of Fuchsia #C053B1

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.36%

 BLUE value IS 177 (69.53% from 255) = 39.16%

R = 42.48%
G = 18.36%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C053B1 (or 0xC053B1) is known color: Fuchsia. HEX triplet: C0, 53 and B1. RGB value is (192,83,177). Sum of RGB (Red+Green+Blue) = 192+83+177=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 83 (32.81% from 255 or 18.36% from 452); Blue value is 177 (69.53% from 255 or 39.16% from 452); Max value from RGB is 192 - color contains mainly: red. Hex color #C053B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C053B1 is #3FAC4E. Grayscale: #7E7E7E. Windows color (decimal): -4172879 or 11621312. OLE color: 11621312.

HSL color Cylindrical-coordinate representation of color #C053B1: hue angle of 308.26º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C053B1 is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 83 177 -
CMYK 0 0.57 0.08 0.25
HSL 308.26º 0.46% 0.54% -
HSV(B) 308.26º 0.57% 0.75% -
XYZ 32.77 20.57 43.84 -
YUV 126.31 156.61 174.86 -
System Red Green Blue C M Y K H S L
Decimal 192 83 177 0 0.57 0.08 0.25 308.26 0.46 0.54
Hex C0 53 B1 0 39 8 19 134 2E 36
Octal 300 123 261 0 71 10 31 464 56 66
Binary 11000000 1010011 10110001 0 111001 1000 11001 100110100 101110 110110

Color Harmonies of #C053B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C053B1

Black with #C053B1

Text Example


Text Example

White with #C053B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C053B1; }

 p { color: rgb(192,83,177); }

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

background-color css

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

 a { background-color: rgb(192,83,177); }

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

border-color css

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

 span { border-color: rgb(192,83,177); }

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