Html Css Color HEX #CD1585 Medium Violet Red

📋 copy color: '#CD1585'

red 205 ◦ green 21 ◦ blue 133

#CD1585
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #CD1585

Tints of Medium Violet Red #CD1585

RGB

 RED value IS 205 (80.47% from 255) = 57.1%

 GREEN value IS 21 (8.59% from 255) = 5.85%

 BLUE value IS 133 (52.34% from 255) = 37.05%

R = 57.1%
G = 5.85%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#CD1585 (or 0xCD1585) is known color: Medium Violet Red. HEX triplet: CD, 15 and 85. RGB value is (205,21,133). Sum of RGB (Red+Green+Blue) = 205+21+133=359 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.10% from 359); Green value is 21 (8.59% from 255 or 5.85% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1585 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD1585 is #32EA7A. Grayscale: #585858. Windows color (decimal): -3336827 or 8721869. OLE color: 8721869.

HSL color Cylindrical-coordinate representation of color #CD1585: hue angle of 323.48º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD1585 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 21 133 -
CMYK 0 0.90 0.35 0.20
HSL 323.48º 0.81% 0.44% -
HSV(B) 323.48º 0.9% 0.8% -
XYZ 29.68 15.21 23.56 -
YUV 88.78 152.96 210.89 -
System Red Green Blue C M Y K H S L
Decimal 205 21 133 0 0.90 0.35 0.20 323.48 0.81 0.44
Hex CD 15 85 0 5A 23 14 143 51 2C
Octal 315 25 205 0 132 43 24 503 121 54
Binary 11001101 10101 10000101 0 1011010 100011 10100 101000011 1010001 101100

Color Harmonies of #CD1585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1585

Black with #CD1585

Text Example


Text Example

White with #CD1585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1585; }

 p { color: rgb(205,21,133); }

 H1.HeaderClassName
 {
   color: #CD1585;
 }
 .AnyTagClassName
 {
   color: #CD1585;
 }
</style>

background-color css

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

 a { background-color: rgb(205,21,133); }

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

border-color css

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

 span { border-color: rgb(205,21,133); }

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