#CD1C7F

Color #CD1C7F Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #CD1C7F

Tints of Medium Violet Red #CD1C7F

Color information

#CD1C7F (or 0xCD1C7F) is unknown color: approx Medium Violet Red. HEX triplet: CD, 1C and 7F. RGB value is (205,28,127). Sum of RGB (Red+Green+Blue) = 205+28+127=360 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.94% from 360); Green value is 28 (11.33% from 255 or 7.78% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1C7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD1C7F is #32E380. Grayscale: #5B5B5B. Windows color (decimal): -3335041 or 8330445. OLE color: 8330445.

HSL color Cylindrical-coordinate representation of color #CD1C7F: hue angle of 326.44º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CD1C7F is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB20528127-
CMYK00.860.380.20
HSL326.44º75.97%45.69%-
HSV(B)326.44º86.34%80.39%-
XYZ29.4215.3421.49-
YUV92.21147.64208.45-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 56.94%
GREEN value IS 28 (11.33% from 255) = 7.78%
BLUE value IS 127 (50% from 255) = 35.28%
R=56.94%
G=7.78%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2052812700.860.380.20326.4475.9745.69
HexCD1C7F05626141464c2e
Octal315341770126462450611456
Binary1100110111100111111101010110100110101001010001101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD1C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD1C7F; }

 p { color: rgb(205,28,127); }

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

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

 a { background-color: rgb(205,28,127); }

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

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

 span { border-color: rgb(205,28,127); }

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