Html Css Color HEX #C43AB2 Fuchsia

📋 copy color: '#C43AB2'

red 196 ◦ green 58 ◦ blue 178

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

Shades of Fuchsia #C43AB2

Tints of Fuchsia #C43AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.2%

R = 45.37%
G = 13.43%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#C43AB2 (or 0xC43AB2) is known color: Fuchsia. HEX triplet: C4, 3A and B2. RGB value is (196,58,178). Sum of RGB (Red+Green+Blue) = 196+58+178=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 58 (23.05% from 255 or 13.43% from 432); Blue value is 178 (69.92% from 255 or 41.20% from 432); Max value from RGB is 196 - color contains mainly: red. Hex color #C43AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43AB2 is #3BC54D. Grayscale: #707070. Windows color (decimal): -3917134 or 11680452. OLE color: 11680452.

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

Color convert

RGB 196 58 178 -
CMYK 0 0.70 0.09 0.23
HSL 307.83º 0.54% 0.5% -
HSV(B) 307.83º 0.7% 0.77% -
XYZ 32.31 17.98 43.89 -
YUV 112.94 164.72 187.24 -
System Red Green Blue C M Y K H S L
Decimal 196 58 178 0 0.70 0.09 0.23 307.83 0.54 0.5
Hex C4 3A B2 0 46 9 17 134 36 32
Octal 304 72 262 0 106 11 27 464 66 62
Binary 11000100 111010 10110010 0 1000110 1001 10111 100110100 110110 110010

Color Harmonies of #C43AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43AB2

Black with #C43AB2

Text Example


Text Example

White with #C43AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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