Html Css Color HEX #C053BD Fuchsia

📋 copy color: '#C053BD'

red 192 ◦ green 83 ◦ blue 189

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

Shades of Fuchsia #C053BD

Tints of Fuchsia #C053BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.73%

R = 41.38%
G = 17.89%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C053BD (or 0xC053BD) is known color: Fuchsia. HEX triplet: C0, 53 and BD. RGB value is (192,83,189). Sum of RGB (Red+Green+Blue) = 192+83+189=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 83 (32.81% from 255 or 17.89% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 192 - color contains mainly: red. Hex color #C053BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C053BD is #3FAC42. Grayscale: #7F7F7F. Windows color (decimal): -4172867 or 12407744. OLE color: 12407744.

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

Color convert

RGB 192 83 189 -
CMYK 0 0.57 0.02 0.25
HSL 301.65º 0.46% 0.54% -
HSV(B) 301.65º 0.57% 0.75% -
XYZ 34.02 21.07 50.42 -
YUV 127.68 162.61 173.88 -
System Red Green Blue C M Y K H S L
Decimal 192 83 189 0 0.57 0.02 0.25 301.65 0.46 0.54
Hex C0 53 BD 0 39 2 19 12E 2E 36
Octal 300 123 275 0 71 2 31 456 56 66
Binary 11000000 1010011 10111101 0 111001 10 11001 100101110 101110 110110

Color Harmonies of #C053BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C053BD

Black with #C053BD

Text Example


Text Example

White with #C053BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C053BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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