#CD4CB1

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

Shades of Fuchsia #CD4CB1

Tints of Fuchsia #CD4CB1

Color information

#CD4CB1 (or 0xCD4CB1) is unknown color: approx Fuchsia. HEX triplet: CD, 4C and B1. RGB value is (205,76,177). Sum of RGB (Red+Green+Blue) = 205+76+177=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 76 (30.08% from 255 or 16.59% from 458); Blue value is 177 (69.53% from 255 or 38.65% from 458); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4CB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4CB1 is #32B34E. Grayscale: #7D7D7D. Windows color (decimal): -3322703 or 11619533. OLE color: 11619533.

HSL color Cylindrical-coordinate representation of color #CD4CB1: hue angle of 313.02º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CD4CB1 is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB20576177-
CMYK00.630.140.20
HSL313.02º56.33%55.1%-
HSV(B)313.02º62.93%80.39%-
XYZ35.721.3243.83-
YUV126.08156.74184.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.76%
GREEN value IS 76 (30.08% from 255) = 16.59%
BLUE value IS 177 (69.53% from 255) = 38.65%
R=44.76%
G=16.59%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057617700.630.140.20313.0256.3355.1
HexCD4CB103FE141393837
Octal31511426107716244717067
Binary110011011001100101100010111111111010100100111001111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4CB1; }

 p { color: rgb(205,76,177); }

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

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

 a { background-color: rgb(205,76,177); }

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

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

 span { border-color: rgb(205,76,177); }

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