Html Css Color HEX #C43AB1 Fuchsia

📋 copy color: '#C43AB1'

red 196 ◦ green 58 ◦ blue 177

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

Shades of Fuchsia #C43AB1

Tints of Fuchsia #C43AB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 41.07%

R = 45.48%
G = 13.46%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C43AB1 (or 0xC43AB1) is known color: Fuchsia. HEX triplet: C4, 3A and B1. RGB value is (196,58,177). Sum of RGB (Red+Green+Blue) = 196+58+177=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 58 (23.05% from 255 or 13.46% from 431); Blue value is 177 (69.53% from 255 or 41.07% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C43AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43AB1 is #3BC54E. Grayscale: #707070. Windows color (decimal): -3917135 or 11614916. OLE color: 11614916.

HSL color Cylindrical-coordinate representation of color #C43AB1: hue angle of 308.26º 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 #C43AB1 is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 58 177 -
CMYK 0 0.70 0.10 0.23
HSL 308.26º 0.54% 0.5% -
HSV(B) 308.26º 0.7% 0.77% -
XYZ 32.21 17.94 43.36 -
YUV 112.83 164.22 187.32 -
System Red Green Blue C M Y K H S L
Decimal 196 58 177 0 0.70 0.10 0.23 308.26 0.54 0.5
Hex C4 3A B1 0 46 A 17 134 36 32
Octal 304 72 261 0 106 12 27 464 66 62
Binary 11000100 111010 10110001 0 1000110 1010 10111 100110100 110110 110010

Color Harmonies of #C43AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43AB1

Black with #C43AB1

Text Example


Text Example

White with #C43AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43AB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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