Html Css Color HEX #C43DBA Fuchsia

📋 copy color: '#C43DBA'

red 196 ◦ green 61 ◦ blue 186

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

Shades of Fuchsia #C43DBA

Tints of Fuchsia #C43DBA

RGB

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

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

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

R = 44.24%
G = 13.77%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C43DBA (or 0xC43DBA) is known color: Fuchsia. HEX triplet: C4, 3D and BA. RGB value is (196,61,186). Sum of RGB (Red+Green+Blue) = 196+61+186=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 61 (24.22% from 255 or 13.77% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 196 - color contains mainly: red. Hex color #C43DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43DBA is #3BC245. Grayscale: #737373. Windows color (decimal): -3916358 or 12205508. OLE color: 12205508.

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

Color convert

RGB 196 61 186 -
CMYK 0 0.69 0.05 0.23
HSL 304.44º 0.53% 0.5% -
HSV(B) 304.44º 0.69% 0.77% -
XYZ 33.3 18.62 48.29 -
YUV 115.62 167.73 185.34 -
System Red Green Blue C M Y K H S L
Decimal 196 61 186 0 0.69 0.05 0.23 304.44 0.53 0.5
Hex C4 3D BA 0 45 5 17 130 35 32
Octal 304 75 272 0 105 5 27 460 65 62
Binary 11000100 111101 10111010 0 1000101 101 10111 100110000 110101 110010

Color Harmonies of #C43DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43DBA

Black with #C43DBA

Text Example


Text Example

White with #C43DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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