Html Css Color HEX #C43CB9 Fuchsia

📋 copy color: '#C43CB9'

red 196 ◦ green 60 ◦ blue 185

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

Shades of Fuchsia #C43CB9

Tints of Fuchsia #C43CB9

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.61%

 BLUE value IS 185 (72.66% from 255) = 41.95%

R = 44.44%
G = 13.61%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C43CB9 (or 0xC43CB9) is known color: Fuchsia. HEX triplet: C4, 3C and B9. RGB value is (196,60,185). Sum of RGB (Red+Green+Blue) = 196+60+185=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 60 (23.83% from 255 or 13.61% from 441); Blue value is 185 (72.66% from 255 or 41.95% from 441); Max value from RGB is 196 - color contains mainly: red. Hex color #C43CB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43CB9 is #3BC346. Grayscale: #727272. Windows color (decimal): -3916615 or 12139716. OLE color: 12139716.

HSL color Cylindrical-coordinate representation of color #C43CB9: hue angle of 304.85º degrees, saturation: 0.54, 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 #C43CB9 is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 60 185 -
CMYK 0 0.69 0.06 0.23
HSL 304.85º 0.54% 0.5% -
HSV(B) 304.85º 0.69% 0.77% -
XYZ 33.14 18.47 47.72 -
YUV 114.91 167.56 185.84 -
System Red Green Blue C M Y K H S L
Decimal 196 60 185 0 0.69 0.06 0.23 304.85 0.54 0.5
Hex C4 3C B9 0 45 6 17 131 36 32
Octal 304 74 271 0 105 6 27 461 66 62
Binary 11000100 111100 10111001 0 1000101 110 10111 100110001 110110 110010

Color Harmonies of #C43CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43CB9

Black with #C43CB9

Text Example


Text Example

White with #C43CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43CB9; }

 p { color: rgb(196,60,185); }

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

background-color css

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

 a { background-color: rgb(196,60,185); }

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

border-color css

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

 span { border-color: rgb(196,60,185); }

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