Html Css Color HEX #C43AB0 Fuchsia

📋 copy color: '#C43AB0'

red 196 ◦ green 58 ◦ blue 176

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

Shades of Fuchsia #C43AB0

Tints of Fuchsia #C43AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.93%

R = 45.58%
G = 13.49%
B = 40.93%

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

#C43AB0 (or 0xC43AB0) is known color: Fuchsia. HEX triplet: C4, 3A and B0. RGB value is (196,58,176). Sum of RGB (Red+Green+Blue) = 196+58+176=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 58 (23.05% from 255 or 13.49% from 430); Blue value is 176 (69.14% from 255 or 40.93% from 430); Max value from RGB is 196 - color contains mainly: red. Hex color #C43AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43AB0 is #3BC54F. Grayscale: #707070. Windows color (decimal): -3917136 or 11549380. OLE color: 11549380.

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

Color convert

RGB 196 58 176 -
CMYK 0 0.70 0.10 0.23
HSL 308.7º 0.54% 0.5% -
HSV(B) 308.7º 0.7% 0.77% -
XYZ 32.11 17.9 42.84 -
YUV 112.71 163.72 187.41 -
System Red Green Blue C M Y K H S L
Decimal 196 58 176 0 0.70 0.10 0.23 308.7 0.54 0.5
Hex C4 3A B0 0 46 A 17 135 36 32
Octal 304 72 260 0 106 12 27 465 66 62
Binary 11000100 111010 10110000 0 1000110 1010 10111 100110101 110110 110010

Color Harmonies of #C43AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43AB0

Black with #C43AB0

Text Example


Text Example

White with #C43AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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