Html Css Color HEX #CD1584 Medium Violet Red

📋 copy color: '#CD1584'

red 205 ◦ green 21 ◦ blue 132

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

Shades of Medium Violet Red #CD1584

Tints of Medium Violet Red #CD1584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 36.87%

R = 57.26%
G = 5.87%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.20

RGB Variations

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

Color information

#CD1584 (or 0xCD1584) is known color: Medium Violet Red. HEX triplet: CD, 15 and 84. RGB value is (205,21,132). Sum of RGB (Red+Green+Blue) = 205+21+132=358 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.26% from 358); Green value is 21 (8.59% from 255 or 5.87% from 358); Blue value is 132 (51.95% from 255 or 36.87% from 358); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1584 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD1584 is #32EA7B. Grayscale: #585858. Windows color (decimal): -3336828 or 8656333. OLE color: 8656333.

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

Color convert

RGB 205 21 132 -
CMYK 0 0.90 0.36 0.20
HSL 323.8º 0.81% 0.44% -
HSV(B) 323.8º 0.9% 0.8% -
XYZ 29.61 15.18 23.2 -
YUV 88.67 152.46 210.97 -
System Red Green Blue C M Y K H S L
Decimal 205 21 132 0 0.90 0.36 0.20 323.8 0.81 0.44
Hex CD 15 84 0 5A 24 14 144 51 2C
Octal 315 25 204 0 132 44 24 504 121 54
Binary 11001101 10101 10000100 0 1011010 100100 10100 101000100 1010001 101100

Color Harmonies of #CD1584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1584

Black with #CD1584

Text Example


Text Example

White with #CD1584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1584; }

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

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

background-color css

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

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

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

border-color css

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

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

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