#CD1C7E

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

Shades of Medium Violet Red #CD1C7E

Tints of Medium Violet Red #CD1C7E

Color information

#CD1C7E (or 0xCD1C7E) is unknown color: approx Medium Violet Red. HEX triplet: CD, 1C and 7E. RGB value is (205,28,126). Sum of RGB (Red+Green+Blue) = 205+28+126=359 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.10% from 359); Green value is 28 (11.33% from 255 or 7.80% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1C7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD1C7E is #32E381. Grayscale: #5B5B5B. Windows color (decimal): -3335042 or 8264909. OLE color: 8264909.

HSL color Cylindrical-coordinate representation of color #CD1C7E: hue angle of 326.78º 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 #CD1C7E is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB20528126-
CMYK00.860.390.20
HSL326.78º75.97%45.69%-
HSV(B)326.78º86.34%80.39%-
XYZ29.3615.3221.15-
YUV92.1147.14208.53-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 57.10%
GREEN value IS 28 (11.33% from 255) = 7.80%
BLUE value IS 126 (49.61% from 255) = 35.10%
R=57.10%
G=7.80%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2052812600.860.390.20326.7875.9745.69
HexCD1C7E05627141474c2e
Octal315341760126472450711456
Binary1100110111100111111001010110100111101001010001111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD1C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD1C7E; }

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

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

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

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

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

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

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

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