#CD4AC1

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

Shades of Fuchsia #CD4AC1

Tints of Fuchsia #CD4AC1

Color information

#CD4AC1 (or 0xCD4AC1) is unknown color: approx Fuchsia. HEX triplet: CD, 4A and C1. RGB value is (205,74,193). Sum of RGB (Red+Green+Blue) = 205+74+193=472 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.43% from 472); Green value is 74 (29.30% from 255 or 15.68% from 472); Blue value is 193 (75.78% from 255 or 40.89% from 472); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4AC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD4AC1 is #32B53E. Grayscale: #7E7E7E. Windows color (decimal): -3323199 or 12667597. OLE color: 12667597.

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

Color convert

RGB20574193-
CMYK00.640.060.20
HSL305.5º56.71%54.71%-
HSV(B)305.5º63.9%80.39%-
XYZ37.2521.7352.68-
YUV126.73165.4183.82-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.43%
GREEN value IS 74 (29.30% from 255) = 15.68%
BLUE value IS 193 (75.78% from 255) = 40.89%
R=43.43%
G=15.68%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057419300.640.060.20305.556.7154.71
HexCD4AC10406141313937
Octal31511230101006244617167
Binary110011011001010110000010100000011010100100110001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4AC1; }

 p { color: rgb(205,74,193); }

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

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

 a { background-color: rgb(205,74,193); }

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

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

 span { border-color: rgb(205,74,193); }

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