Html Css Color HEX #C04DA7 Fuchsia

📋 copy color: '#C04DA7'

red 192 ◦ green 77 ◦ blue 167

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

Shades of Fuchsia #C04DA7

Tints of Fuchsia #C04DA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 38.3%

R = 44.04%
G = 17.66%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#C04DA7 (or 0xC04DA7) is known color: Fuchsia. HEX triplet: C0, 4D and A7. RGB value is (192,77,167). Sum of RGB (Red+Green+Blue) = 192+77+167=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 77 (30.47% from 255 or 17.66% from 436); Blue value is 167 (65.62% from 255 or 38.30% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C04DA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04DA7 is #3FB258. Grayscale: #797979. Windows color (decimal): -4174425 or 10964416. OLE color: 10964416.

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

Color convert

RGB 192 77 167 -
CMYK 0 0.60 0.13 0.25
HSL 313.04º 0.48% 0.53% -
HSV(B) 313.04º 0.6% 0.75% -
XYZ 31.37 19.3 38.63 -
YUV 121.65 153.6 178.18 -
System Red Green Blue C M Y K H S L
Decimal 192 77 167 0 0.60 0.13 0.25 313.04 0.48 0.53
Hex C0 4D A7 0 3C D 19 139 30 35
Octal 300 115 247 0 74 15 31 471 60 65
Binary 11000000 1001101 10100111 0 111100 1101 11001 100111001 110000 110101

Color Harmonies of #C04DA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04DA7

Black with #C04DA7

Text Example


Text Example

White with #C04DA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04DA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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