Html Css Color HEX #C043AE Fuchsia

📋 copy color: '#C043AE'

red 192 ◦ green 67 ◦ blue 174

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

Shades of Fuchsia #C043AE

Tints of Fuchsia #C043AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 40.18%

R = 44.34%
G = 15.47%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C043AE (or 0xC043AE) is known color: Fuchsia. HEX triplet: C0, 43 and AE. RGB value is (192,67,174). Sum of RGB (Red+Green+Blue) = 192+67+174=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 67 (26.56% from 255 or 15.47% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C043AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C043AE is #3FBC51. Grayscale: #747474. Windows color (decimal): -4176978 or 11420608. OLE color: 11420608.

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

Color convert

RGB 192 67 174 -
CMYK 0 0.65 0.09 0.25
HSL 308.64º 0.5% 0.51% -
HSV(B) 308.64º 0.65% 0.75% -
XYZ 31.39 18.28 41.92 -
YUV 116.57 160.41 181.8 -
System Red Green Blue C M Y K H S L
Decimal 192 67 174 0 0.65 0.09 0.25 308.64 0.5 0.51
Hex C0 43 AE 0 41 9 19 135 32 33
Octal 300 103 256 0 101 11 31 465 62 63
Binary 11000000 1000011 10101110 0 1000001 1001 11001 100110101 110010 110011

Color Harmonies of #C043AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C043AE

Black with #C043AE

Text Example


Text Example

White with #C043AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C043AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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