Html Css Color HEX #C043A9 Fuchsia

📋 copy color: '#C043A9'

red 192 ◦ green 67 ◦ blue 169

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

Shades of Fuchsia #C043A9

Tints of Fuchsia #C043A9

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.65%

 BLUE value IS 169 (66.41% from 255) = 39.49%

R = 44.86%
G = 15.65%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#C043A9 (or 0xC043A9) is known color: Fuchsia. HEX triplet: C0, 43 and A9. RGB value is (192,67,169). Sum of RGB (Red+Green+Blue) = 192+67+169=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 67 (26.56% from 255 or 15.65% from 428); Blue value is 169 (66.41% from 255 or 39.49% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C043A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C043A9 is #3FBC56. Grayscale: #737373. Windows color (decimal): -4176983 or 11092928. OLE color: 11092928.

HSL color Cylindrical-coordinate representation of color #C043A9: hue angle of 311.04º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C043A9 is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 67 169 -
CMYK 0 0.65 0.12 0.25
HSL 311.04º 0.5% 0.51% -
HSV(B) 311.04º 0.65% 0.75% -
XYZ 30.91 18.09 39.4 -
YUV 116 157.91 182.21 -
System Red Green Blue C M Y K H S L
Decimal 192 67 169 0 0.65 0.12 0.25 311.04 0.5 0.51
Hex C0 43 A9 0 41 C 19 137 32 33
Octal 300 103 251 0 101 14 31 467 62 63
Binary 11000000 1000011 10101001 0 1000001 1100 11001 100110111 110010 110011

Color Harmonies of #C043A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C043A9

Black with #C043A9

Text Example


Text Example

White with #C043A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C043A9; }

 p { color: rgb(192,67,169); }

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

background-color css

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

 a { background-color: rgb(192,67,169); }

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

border-color css

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

 span { border-color: rgb(192,67,169); }

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