Html Css Color HEX #C053BE Fuchsia

📋 copy color: '#C053BE'

red 192 ◦ green 83 ◦ blue 190

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

Shades of Fuchsia #C053BE

Tints of Fuchsia #C053BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.86%

R = 41.29%
G = 17.85%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C053BE (or 0xC053BE) is known color: Fuchsia. HEX triplet: C0, 53 and BE. RGB value is (192,83,190). Sum of RGB (Red+Green+Blue) = 192+83+190=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 83 (32.81% from 255 or 17.85% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 192 - color contains mainly: red. Hex color #C053BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C053BE is #3FAC41. Grayscale: #7F7F7F. Windows color (decimal): -4172866 or 12473280. OLE color: 12473280.

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

Color convert

RGB 192 83 190 -
CMYK 0 0.57 0.01 0.25
HSL 301.1º 0.46% 0.54% -
HSV(B) 301.1º 0.57% 0.75% -
XYZ 34.13 21.11 50.99 -
YUV 127.79 163.11 173.8 -
System Red Green Blue C M Y K H S L
Decimal 192 83 190 0 0.57 0.01 0.25 301.1 0.46 0.54
Hex C0 53 BE 0 39 1 19 12D 2E 36
Octal 300 123 276 0 71 1 31 455 56 66
Binary 11000000 1010011 10111110 0 111001 1 11001 100101101 101110 110110

Color Harmonies of #C053BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C053BE

Black with #C053BE

Text Example


Text Example

White with #C053BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C053BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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