Html Css Color HEX #C43CBC Fuchsia

📋 copy color: '#C43CBC'

red 196 ◦ green 60 ◦ blue 188

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

Shades of Fuchsia #C43CBC

Tints of Fuchsia #C43CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.34%

R = 44.14%
G = 13.51%
B = 42.34%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C43CBC (or 0xC43CBC) is known color: Fuchsia. HEX triplet: C4, 3C and BC. RGB value is (196,60,188). Sum of RGB (Red+Green+Blue) = 196+60+188=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 60 (23.83% from 255 or 13.51% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 196 - color contains mainly: red. Hex color #C43CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43CBC is #3BC343. Grayscale: #727272. Windows color (decimal): -3916612 or 12336324. OLE color: 12336324.

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

Color convert

RGB 196 60 188 -
CMYK 0 0.69 0.04 0.23
HSL 303.53º 0.54% 0.5% -
HSV(B) 303.53º 0.69% 0.77% -
XYZ 33.46 18.6 49.4 -
YUV 115.26 169.06 185.59 -
System Red Green Blue C M Y K H S L
Decimal 196 60 188 0 0.69 0.04 0.23 303.53 0.54 0.5
Hex C4 3C BC 0 45 4 17 130 36 32
Octal 304 74 274 0 105 4 27 460 66 62
Binary 11000100 111100 10111100 0 1000101 100 10111 100110000 110110 110010

Color Harmonies of #C43CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43CBC

Black with #C43CBC

Text Example


Text Example

White with #C43CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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