#CD43C3

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

Shades of Fuchsia #CD43C3

Tints of Fuchsia #CD43C3

Color information

#CD43C3 (or 0xCD43C3) is unknown color: approx Fuchsia. HEX triplet: CD, 43 and C3. RGB value is (205,67,195). Sum of RGB (Red+Green+Blue) = 205+67+195=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 67 (26.56% from 255 or 14.35% from 467); Blue value is 195 (76.56% from 255 or 41.76% from 467); Max value from RGB is 205 - color contains mainly: red. Hex color #CD43C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD43C3 is #32BC3C. Grayscale: #7A7A7A. Windows color (decimal): -3324989 or 12796877. OLE color: 12796877.

HSL color Cylindrical-coordinate representation of color #CD43C3: hue angle of 304.35º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CD43C3 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB20567195-
CMYK00.670.050.20
HSL304.35º57.98%53.33%-
HSV(B)304.35º67.32%80.39%-
XYZ37.0320.9353.72-
YUV122.85168.72186.59-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.90%
GREEN value IS 67 (26.56% from 255) = 14.35%
BLUE value IS 195 (76.56% from 255) = 41.76%
R=43.90%
G=14.35%
B=41.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056719500.670.050.20304.3557.9853.33
HexCD43C30435141303a35
Octal31510330301035244607265
Binary110011011000011110000110100001110110100100110000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD43C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD43C3; }

 p { color: rgb(205,67,195); }

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

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

 a { background-color: rgb(205,67,195); }

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

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

 span { border-color: rgb(205,67,195); }

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