Html Css Color HEX #C04DAF Fuchsia

📋 copy color: '#C04DAF'

red 192 ◦ green 77 ◦ blue 175

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

Shades of Fuchsia #C04DAF

Tints of Fuchsia #C04DAF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.34%

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

R = 43.24%
G = 17.34%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C04DAF (or 0xC04DAF) is known color: Fuchsia. HEX triplet: C0, 4D and AF. RGB value is (192,77,175). Sum of RGB (Red+Green+Blue) = 192+77+175=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 77 (30.47% from 255 or 17.34% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C04DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04DAF is #3FB250. Grayscale: #7A7A7A. Windows color (decimal): -4174417 or 11488704. OLE color: 11488704.

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

Color convert

RGB 192 77 175 -
CMYK 0 0.60 0.09 0.25
HSL 308.87º 0.48% 0.53% -
HSV(B) 308.87º 0.6% 0.75% -
XYZ 32.13 19.61 42.65 -
YUV 122.56 157.6 177.53 -
System Red Green Blue C M Y K H S L
Decimal 192 77 175 0 0.60 0.09 0.25 308.87 0.48 0.53
Hex C0 4D AF 0 3C 9 19 135 30 35
Octal 300 115 257 0 74 11 31 465 60 65
Binary 11000000 1001101 10101111 0 111100 1001 11001 100110101 110000 110101

Color Harmonies of #C04DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04DAF

Black with #C04DAF

Text Example


Text Example

White with #C04DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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