Html Css Color HEX #C43BAF Fuchsia

📋 copy color: '#C43BAF'

red 196 ◦ green 59 ◦ blue 175

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

Shades of Fuchsia #C43BAF

Tints of Fuchsia #C43BAF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.72%

 BLUE value IS 175 (68.75% from 255) = 40.7%

R = 45.58%
G = 13.72%
B = 40.7%

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

#C43BAF (or 0xC43BAF) is known color: Fuchsia. HEX triplet: C4, 3B and AF. RGB value is (196,59,175). Sum of RGB (Red+Green+Blue) = 196+59+175=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 59 (23.44% from 255 or 13.72% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 196 - color contains mainly: red. Hex color #C43BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43BAF is #3BC450. Grayscale: #707070. Windows color (decimal): -3916881 or 11484100. OLE color: 11484100.

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

Color convert

RGB 196 59 175 -
CMYK 0 0.70 0.11 0.23
HSL 309.2º 0.54% 0.5% -
HSV(B) 309.2º 0.7% 0.77% -
XYZ 32.07 17.96 42.33 -
YUV 113.19 162.89 187.07 -
System Red Green Blue C M Y K H S L
Decimal 196 59 175 0 0.70 0.11 0.23 309.2 0.54 0.5
Hex C4 3B AF 0 46 B 17 135 36 32
Octal 304 73 257 0 106 13 27 465 66 62
Binary 11000100 111011 10101111 0 1000110 1011 10111 100110101 110110 110010

Color Harmonies of #C43BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43BAF

Black with #C43BAF

Text Example


Text Example

White with #C43BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43BAF; }

 p { color: rgb(196,59,175); }

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

background-color css

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

 a { background-color: rgb(196,59,175); }

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

border-color css

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

 span { border-color: rgb(196,59,175); }

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