Html Css Color HEX #C053B7 Fuchsia

📋 copy color: '#C053B7'

red 192 ◦ green 83 ◦ blue 183

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

Shades of Fuchsia #C053B7

Tints of Fuchsia #C053B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 39.96%

R = 41.92%
G = 18.12%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#C053B7 (or 0xC053B7) is known color: Fuchsia. HEX triplet: C0, 53 and B7. RGB value is (192,83,183). Sum of RGB (Red+Green+Blue) = 192+83+183=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 83 (32.81% from 255 or 18.12% from 458); Blue value is 183 (71.88% from 255 or 39.96% from 458); Max value from RGB is 192 - color contains mainly: red. Hex color #C053B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C053B7 is #3FAC48. Grayscale: #7E7E7E. Windows color (decimal): -4172873 or 12014528. OLE color: 12014528.

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

Color convert

RGB 192 83 183 -
CMYK 0 0.57 0.05 0.25
HSL 304.95º 0.46% 0.54% -
HSV(B) 304.95º 0.57% 0.75% -
XYZ 33.38 20.81 47.06 -
YUV 126.99 159.61 174.37 -
System Red Green Blue C M Y K H S L
Decimal 192 83 183 0 0.57 0.05 0.25 304.95 0.46 0.54
Hex C0 53 B7 0 39 5 19 131 2E 36
Octal 300 123 267 0 71 5 31 461 56 66
Binary 11000000 1010011 10110111 0 111001 101 11001 100110001 101110 110110

Color Harmonies of #C053B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C053B7

Black with #C053B7

Text Example


Text Example

White with #C053B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C053B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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