Html Css Color HEX #C037AF Fuchsia

📋 copy color: '#C037AF'

red 192 ◦ green 55 ◦ blue 175

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

Shades of Fuchsia #C037AF

Tints of Fuchsia #C037AF

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.03%

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

R = 45.5%
G = 13.03%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C037AF (or 0xC037AF) is known color: Fuchsia. HEX triplet: C0, 37 and AF. RGB value is (192,55,175). Sum of RGB (Red+Green+Blue) = 192+55+175=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 55 (21.88% from 255 or 13.03% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C037AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C037AF is #3FC850. Grayscale: #6D6D6D. Windows color (decimal): -4180049 or 11483072. OLE color: 11483072.

HSL color Cylindrical-coordinate representation of color #C037AF: hue angle of 307.45º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C037AF is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 55 175 -
CMYK 0 0.71 0.09 0.25
HSL 307.45º 0.55% 0.48% -
HSV(B) 307.45º 0.71% 0.75% -
XYZ 30.84 17.03 42.22 -
YUV 109.64 164.89 186.74 -
System Red Green Blue C M Y K H S L
Decimal 192 55 175 0 0.71 0.09 0.25 307.45 0.55 0.48
Hex C0 37 AF 0 47 9 19 133 37 30
Octal 300 67 257 0 107 11 31 463 67 60
Binary 11000000 110111 10101111 0 1000111 1001 11001 100110011 110111 110000

Color Harmonies of #C037AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C037AF

Black with #C037AF

Text Example


Text Example

White with #C037AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C037AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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