Html Css Color HEX #CD1591 Medium Violet Red

📋 copy color: '#CD1591'

red 205 ◦ green 21 ◦ blue 145

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

Shades of Medium Violet Red #CD1591

Tints of Medium Violet Red #CD1591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 39.08%

R = 55.26%
G = 5.66%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#CD1591 (or 0xCD1591) is known color: Medium Violet Red. HEX triplet: CD, 15 and 91. RGB value is (205,21,145). Sum of RGB (Red+Green+Blue) = 205+21+145=371 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.26% from 371); Green value is 21 (8.59% from 255 or 5.66% from 371); Blue value is 145 (57.03% from 255 or 39.08% from 371); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1591 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD1591 is #32EA6E. Grayscale: #595959. Windows color (decimal): -3336815 or 9508301. OLE color: 9508301.

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

Color convert

RGB 205 21 145 -
CMYK 0 0.90 0.29 0.20
HSL 319.57º 0.81% 0.44% -
HSV(B) 319.57º 0.9% 0.8% -
XYZ 30.56 15.56 28.18 -
YUV 90.15 158.96 209.92 -
System Red Green Blue C M Y K H S L
Decimal 205 21 145 0 0.90 0.29 0.20 319.57 0.81 0.44
Hex CD 15 91 0 5A 1D 14 140 51 2C
Octal 315 25 221 0 132 35 24 500 121 54
Binary 11001101 10101 10010001 0 1011010 11101 10100 101000000 1010001 101100

Color Harmonies of #CD1591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1591

Black with #CD1591

Text Example


Text Example

White with #CD1591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1591; }

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

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

background-color css

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

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

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

border-color css

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

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

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