Html Css Color HEX #CD138D Medium Violet Red

📋 copy color: '#CD138D'

red 205 ◦ green 19 ◦ blue 141

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

Shades of Medium Violet Red #CD138D

Tints of Medium Violet Red #CD138D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.21%

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

R = 56.16%
G = 5.21%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CD138D (or 0xCD138D) is known color: Medium Violet Red. HEX triplet: CD, 13 and 8D. RGB value is (205,19,141). Sum of RGB (Red+Green+Blue) = 205+19+141=365 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.16% from 365); Green value is 19 (7.81% from 255 or 5.21% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 205 - color contains mainly: red. Hex color #CD138D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD138D is #32EC72. Grayscale: #585858. Windows color (decimal): -3337331 or 9245645. OLE color: 9245645.

HSL color Cylindrical-coordinate representation of color #CD138D: hue angle of 320.65º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD138D is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 19 141 -
CMYK 0 0.91 0.31 0.20
HSL 320.65º 0.83% 0.44% -
HSV(B) 320.65º 0.91% 0.8% -
XYZ 30.22 15.37 26.57 -
YUV 88.52 157.62 211.08 -
System Red Green Blue C M Y K H S L
Decimal 205 19 141 0 0.91 0.31 0.20 320.65 0.83 0.44
Hex CD 13 8D 0 5B 1F 14 141 53 2C
Octal 315 23 215 0 133 37 24 501 123 54
Binary 11001101 10011 10001101 0 1011011 11111 10100 101000001 1010011 101100

Color Harmonies of #CD138D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD138D

Black with #CD138D

Text Example


Text Example

White with #CD138D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD138D; }

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

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

background-color css

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

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

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

border-color css

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

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

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