Html Css Color HEX #CD158D Medium Violet Red

📋 copy color: '#CD158D'

red 205 ◦ green 21 ◦ blue 141

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

Shades of Medium Violet Red #CD158D

Tints of Medium Violet Red #CD158D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.42%

R = 55.86%
G = 5.72%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CD158D (or 0xCD158D) is known color: Medium Violet Red. HEX triplet: CD, 15 and 8D. RGB value is (205,21,141). Sum of RGB (Red+Green+Blue) = 205+21+141=367 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.86% from 367); Green value is 21 (8.59% from 255 or 5.72% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 205 - color contains mainly: red. Hex color #CD158D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD158D is #32EA72. Grayscale: #595959. Windows color (decimal): -3336819 or 9246157. OLE color: 9246157.

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

Color convert

RGB 205 21 141 -
CMYK 0 0.90 0.31 0.20
HSL 320.87º 0.81% 0.44% -
HSV(B) 320.87º 0.9% 0.8% -
XYZ 30.25 15.44 26.58 -
YUV 89.7 156.96 210.24 -
System Red Green Blue C M Y K H S L
Decimal 205 21 141 0 0.90 0.31 0.20 320.87 0.81 0.44
Hex CD 15 8D 0 5A 1F 14 141 51 2C
Octal 315 25 215 0 132 37 24 501 121 54
Binary 11001101 10101 10001101 0 1011010 11111 10100 101000001 1010001 101100

Color Harmonies of #CD158D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD158D

Black with #CD158D

Text Example


Text Example

White with #CD158D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD158D; }

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

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

background-color css

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

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

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

border-color css

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

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

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