Html Css Color HEX #C43CBF Fuchsia

📋 copy color: '#C43CBF'

red 196 ◦ green 60 ◦ blue 191

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

Shades of Fuchsia #C43CBF

Tints of Fuchsia #C43CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.73%

R = 43.85%
G = 13.42%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C43CBF (or 0xC43CBF) is known color: Fuchsia. HEX triplet: C4, 3C and BF. RGB value is (196,60,191). Sum of RGB (Red+Green+Blue) = 196+60+191=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 60 (23.83% from 255 or 13.42% from 447); Blue value is 191 (75% from 255 or 42.73% from 447); Max value from RGB is 196 - color contains mainly: red. Hex color #C43CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43CBF is #3BC340. Grayscale: #737373. Windows color (decimal): -3916609 or 12532932. OLE color: 12532932.

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

Color convert

RGB 196 60 191 -
CMYK 0 0.69 0.03 0.23
HSL 302.21º 0.54% 0.5% -
HSV(B) 302.21º 0.69% 0.77% -
XYZ 33.78 18.73 51.12 -
YUV 115.6 170.56 185.35 -
System Red Green Blue C M Y K H S L
Decimal 196 60 191 0 0.69 0.03 0.23 302.21 0.54 0.5
Hex C4 3C BF 0 45 3 17 12E 36 32
Octal 304 74 277 0 105 3 27 456 66 62
Binary 11000100 111100 10111111 0 1000101 11 10111 100101110 110110 110010

Color Harmonies of #C43CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43CBF

Black with #C43CBF

Text Example


Text Example

White with #C43CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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