Html Css Color HEX #C43DB1 Fuchsia

📋 copy color: '#C43DB1'

red 196 ◦ green 61 ◦ blue 177

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

Shades of Fuchsia #C43DB1

Tints of Fuchsia #C43DB1

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.06%

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

R = 45.16%
G = 14.06%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C43DB1 (or 0xC43DB1) is known color: Fuchsia. HEX triplet: C4, 3D and B1. RGB value is (196,61,177). Sum of RGB (Red+Green+Blue) = 196+61+177=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 61 (24.22% from 255 or 14.06% from 434); Blue value is 177 (69.53% from 255 or 40.78% from 434); Max value from RGB is 196 - color contains mainly: red. Hex color #C43DB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43DB1 is #3BC24E. Grayscale: #727272. Windows color (decimal): -3916367 or 11615684. OLE color: 11615684.

HSL color Cylindrical-coordinate representation of color #C43DB1: hue angle of 308.44º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C43DB1 is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 61 177 -
CMYK 0 0.69 0.10 0.23
HSL 308.44º 0.53% 0.5% -
HSV(B) 308.44º 0.69% 0.77% -
XYZ 32.37 18.25 43.41 -
YUV 114.59 163.23 186.07 -
System Red Green Blue C M Y K H S L
Decimal 196 61 177 0 0.69 0.10 0.23 308.44 0.53 0.5
Hex C4 3D B1 0 45 A 17 134 35 32
Octal 304 75 261 0 105 12 27 464 65 62
Binary 11000100 111101 10110001 0 1000101 1010 10111 100110100 110101 110010

Color Harmonies of #C43DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43DB1

Black with #C43DB1

Text Example


Text Example

White with #C43DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43DB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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