Html Css Color HEX #C43AAE Fuchsia

📋 copy color: '#C43AAE'

red 196 ◦ green 58 ◦ blue 174

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

Shades of Fuchsia #C43AAE

Tints of Fuchsia #C43AAE

RGB

 RED value IS 196 (76.95% from 255) = 45.79%

 GREEN value IS 58 (23.05% from 255) = 13.55%

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

R = 45.79%
G = 13.55%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C43AAE (or 0xC43AAE) is known color: Fuchsia. HEX triplet: C4, 3A and AE. RGB value is (196,58,174). Sum of RGB (Red+Green+Blue) = 196+58+174=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 58 (23.05% from 255 or 13.55% from 428); Blue value is 174 (68.36% from 255 or 40.65% from 428); Max value from RGB is 196 - color contains mainly: red. Hex color #C43AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43AAE is #3BC551. Grayscale: #707070. Windows color (decimal): -3917138 or 11418308. OLE color: 11418308.

HSL color Cylindrical-coordinate representation of color #C43AAE: hue angle of 309.57º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C43AAE is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 58 174 -
CMYK 0 0.70 0.11 0.23
HSL 309.57º 0.54% 0.5% -
HSV(B) 309.57º 0.7% 0.77% -
XYZ 31.92 17.82 41.8 -
YUV 112.49 162.72 187.57 -
System Red Green Blue C M Y K H S L
Decimal 196 58 174 0 0.70 0.11 0.23 309.57 0.54 0.5
Hex C4 3A AE 0 46 B 17 136 36 32
Octal 304 72 256 0 106 13 27 466 66 62
Binary 11000100 111010 10101110 0 1000110 1011 10111 100110110 110110 110010

Color Harmonies of #C43AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43AAE

Black with #C43AAE

Text Example


Text Example

White with #C43AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43AAE; }

 p { color: rgb(196,58,174); }

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

background-color css

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

 a { background-color: rgb(196,58,174); }

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

border-color css

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

 span { border-color: rgb(196,58,174); }

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