Html Css Color HEX #C43ABA Fuchsia

📋 copy color: '#C43ABA'

red 196 ◦ green 58 ◦ blue 186

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

Shades of Fuchsia #C43ABA

Tints of Fuchsia #C43ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.27%

R = 44.55%
G = 13.18%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C43ABA (or 0xC43ABA) is known color: Fuchsia. HEX triplet: C4, 3A and BA. RGB value is (196,58,186). Sum of RGB (Red+Green+Blue) = 196+58+186=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 58 (23.05% from 255 or 13.18% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 196 - color contains mainly: red. Hex color #C43ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43ABA is #3BC545. Grayscale: #717171. Windows color (decimal): -3917126 or 12204740. OLE color: 12204740.

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

Color convert

RGB 196 58 186 -
CMYK 0 0.70 0.05 0.23
HSL 304.35º 0.54% 0.5% -
HSV(B) 304.35º 0.7% 0.77% -
XYZ 33.14 18.31 48.24 -
YUV 113.85 168.72 186.59 -
System Red Green Blue C M Y K H S L
Decimal 196 58 186 0 0.70 0.05 0.23 304.35 0.54 0.5
Hex C4 3A BA 0 46 5 17 130 36 32
Octal 304 72 272 0 106 5 27 460 66 62
Binary 11000100 111010 10111010 0 1000110 101 10111 100110000 110110 110010

Color Harmonies of #C43ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43ABA

Black with #C43ABA

Text Example


Text Example

White with #C43ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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