#CD38B1

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

Shades of Fuchsia #CD38B1

Tints of Fuchsia #CD38B1

Color information

#CD38B1 (or 0xCD38B1) is unknown color: approx Fuchsia. HEX triplet: CD, 38 and B1. RGB value is (205,56,177). Sum of RGB (Red+Green+Blue) = 205+56+177=438 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.80% from 438); Green value is 56 (22.27% from 255 or 12.79% from 438); Blue value is 177 (69.53% from 255 or 40.41% from 438); Max value from RGB is 205 - color contains mainly: red. Hex color #CD38B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD38B1 is #32C74E. Grayscale: #727272. Windows color (decimal): -3327823 or 11614413. OLE color: 11614413.

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

Color convert

RGB20556177-
CMYK00.730.140.20
HSL311.28º59.84%51.18%-
HSV(B)311.28º72.68%80.39%-
XYZ34.5318.9843.44-
YUV114.34163.36192.66-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.80%
GREEN value IS 56 (22.27% from 255) = 12.79%
BLUE value IS 177 (69.53% from 255) = 40.41%
R=46.80%
G=12.79%
B=40.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2055617700.730.140.20311.2859.8451.18
HexCD38B1049E141373c33
Octal31570261011116244677463
Binary110011011110001011000101001001111010100100110111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD38B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD38B1; }

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

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

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

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

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

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

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

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