Html Css Color HEX #C053B5 Fuchsia

📋 copy color: '#C053B5'

red 192 ◦ green 83 ◦ blue 181

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

Shades of Fuchsia #C053B5

Tints of Fuchsia #C053B5

RGB

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

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

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

R = 42.11%
G = 18.2%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#C053B5 (or 0xC053B5) is known color: Fuchsia. HEX triplet: C0, 53 and B5. RGB value is (192,83,181). Sum of RGB (Red+Green+Blue) = 192+83+181=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 83 (32.81% from 255 or 18.20% from 456); Blue value is 181 (71.09% from 255 or 39.69% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C053B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C053B5 is #3FAC4A. Grayscale: #7E7E7E. Windows color (decimal): -4172875 or 11883456. OLE color: 11883456.

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

Color convert

RGB 192 83 181 -
CMYK 0 0.57 0.06 0.25
HSL 306.06º 0.46% 0.54% -
HSV(B) 306.06º 0.57% 0.75% -
XYZ 33.17 20.73 45.97 -
YUV 126.76 158.61 174.53 -
System Red Green Blue C M Y K H S L
Decimal 192 83 181 0 0.57 0.06 0.25 306.06 0.46 0.54
Hex C0 53 B5 0 39 6 19 132 2E 36
Octal 300 123 265 0 71 6 31 462 56 66
Binary 11000000 1010011 10110101 0 111001 110 11001 100110010 101110 110110

Color Harmonies of #C053B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C053B5

Black with #C053B5

Text Example


Text Example

White with #C053B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C053B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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