#C43DCB

Color #C43DCB Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C43DCB

Tints of Fuchsia #C43DCB

Color information

#C43DCB (or 0xC43DCB) is unknown color: approx Fuchsia. HEX triplet: C4, 3D and CB. RGB value is (196,61,203). Sum of RGB (Red+Green+Blue) = 196+61+203=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 61 (24.22% from 255 or 13.26% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #C43DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43DCB is #3BC234. Grayscale: #757575. Windows color (decimal): -3916341 or 13319620. OLE color: 13319620.

HSL color Cylindrical-coordinate representation of color #C43DCB: hue angle of 297.04º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C43DCB is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19661203-
CMYK0.030.7000.20
HSL297.04º57.72%51.76%-
HSV(B)297.04º69.95%79.61%-
XYZ35.2119.3958.39-
YUV117.55176.23183.95-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.61%
GREEN value IS 61 (24.22% from 255) = 13.26%
BLUE value IS 203 (79.69% from 255) = 44.13%
R=42.61%
G=13.26%
B=44.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal196612030.030.7000.20297.0457.7251.76
HexC43DCB3460141293a34
Octal3047531331060244517264
Binary1100010011110111001011111000110010100100101001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43DCB; }

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

 H1.HeaderClassName
 {
   color: #C43DCB;
 }
 .AnyTagClassName
 {
   color: #C43DCB;
 }
</style>
background-color css

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

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

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

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

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

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