Html Css Color HEX #C053AF Fuchsia

📋 copy color: '#C053AF'

red 192 ◦ green 83 ◦ blue 175

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

Shades of Fuchsia #C053AF

Tints of Fuchsia #C053AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.89%

R = 42.67%
G = 18.44%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C053AF (or 0xC053AF) is known color: Fuchsia. HEX triplet: C0, 53 and AF. RGB value is (192,83,175). Sum of RGB (Red+Green+Blue) = 192+83+175=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 83 (32.81% from 255 or 18.44% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C053AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C053AF is #3FAC50. Grayscale: #7D7D7D. Windows color (decimal): -4172881 or 11490240. OLE color: 11490240.

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

Color convert

RGB 192 83 175 -
CMYK 0 0.57 0.09 0.25
HSL 309.36º 0.46% 0.54% -
HSV(B) 309.36º 0.57% 0.75% -
XYZ 32.57 20.49 42.8 -
YUV 126.08 155.61 175.02 -
System Red Green Blue C M Y K H S L
Decimal 192 83 175 0 0.57 0.09 0.25 309.36 0.46 0.54
Hex C0 53 AF 0 39 9 19 135 2E 36
Octal 300 123 257 0 71 11 31 465 56 66
Binary 11000000 1010011 10101111 0 111001 1001 11001 100110101 101110 110110

Color Harmonies of #C053AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C053AF

Black with #C053AF

Text Example


Text Example

White with #C053AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C053AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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