#C43DCD

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

Shades of Fuchsia #C43DCD

Tints of Fuchsia #C43DCD

Color information

#C43DCD (or 0xC43DCD) is unknown color: approx Fuchsia. HEX triplet: C4, 3D and CD. RGB value is (196,61,205). Sum of RGB (Red+Green+Blue) = 196+61+205=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 61 (24.22% from 255 or 13.20% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #C43DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43DCD is #3BC232. Grayscale: #757575. Windows color (decimal): -3916339 or 13450692. OLE color: 13450692.

HSL color Cylindrical-coordinate representation of color #C43DCD: hue angle of 296.25º degrees, saturation: 0.59, 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 #C43DCD is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19661205-
CMYK0.040.7000.20
HSL296.25º59.02%52.16%-
HSV(B)296.25º70.24%80.39%-
XYZ35.4519.4859.65-
YUV117.78177.23183.79-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.42%
GREEN value IS 61 (24.22% from 255) = 13.20%
BLUE value IS 205 (80.47% from 255) = 44.37%
R=42.42%
G=13.20%
B=44.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal196612050.040.7000.20296.2559.0252.16
HexC43DCD4460141283b34
Octal3047531541060244507364
Binary11000100111101110011011001000110010100100101000111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43DCD; }

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

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

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

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

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

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

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

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