Html Css Color HEX #C043AA Fuchsia

📋 copy color: '#C043AA'

red 192 ◦ green 67 ◦ blue 170

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

Shades of Fuchsia #C043AA

Tints of Fuchsia #C043AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.63%

R = 44.76%
G = 15.62%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C043AA (or 0xC043AA) is known color: Fuchsia. HEX triplet: C0, 43 and AA. RGB value is (192,67,170). Sum of RGB (Red+Green+Blue) = 192+67+170=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 67 (26.56% from 255 or 15.62% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C043AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C043AA is #3FBC55. Grayscale: #737373. Windows color (decimal): -4176982 or 11158464. OLE color: 11158464.

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

Color convert

RGB 192 67 170 -
CMYK 0 0.65 0.11 0.25
HSL 310.56º 0.5% 0.51% -
HSV(B) 310.56º 0.65% 0.75% -
XYZ 31 18.12 39.89 -
YUV 116.12 158.41 182.12 -
System Red Green Blue C M Y K H S L
Decimal 192 67 170 0 0.65 0.11 0.25 310.56 0.5 0.51
Hex C0 43 AA 0 41 B 19 137 32 33
Octal 300 103 252 0 101 13 31 467 62 63
Binary 11000000 1000011 10101010 0 1000001 1011 11001 100110111 110010 110011

Color Harmonies of #C043AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C043AA

Black with #C043AA

Text Example


Text Example

White with #C043AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C043AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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