Html Css Color HEX #CD138B Medium Violet Red

📋 copy color: '#CD138B'

red 205 ◦ green 19 ◦ blue 139

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

Shades of Medium Violet Red #CD138B

Tints of Medium Violet Red #CD138B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.29%

R = 56.47%
G = 5.23%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CD138B (or 0xCD138B) is known color: Medium Violet Red. HEX triplet: CD, 13 and 8B. RGB value is (205,19,139). Sum of RGB (Red+Green+Blue) = 205+19+139=363 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.47% from 363); Green value is 19 (7.81% from 255 or 5.23% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 205 - color contains mainly: red. Hex color #CD138B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD138B is #32EC74. Grayscale: #585858. Windows color (decimal): -3337333 or 9114573. OLE color: 9114573.

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

Color convert

RGB 205 19 139 -
CMYK 0 0.91 0.32 0.20
HSL 321.29º 0.83% 0.44% -
HSV(B) 321.29º 0.91% 0.8% -
XYZ 30.07 15.31 25.8 -
YUV 88.29 156.62 211.24 -
System Red Green Blue C M Y K H S L
Decimal 205 19 139 0 0.91 0.32 0.20 321.29 0.83 0.44
Hex CD 13 8B 0 5B 20 14 141 53 2C
Octal 315 23 213 0 133 40 24 501 123 54
Binary 11001101 10011 10001011 0 1011011 100000 10100 101000001 1010011 101100

Color Harmonies of #CD138B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD138B

Black with #CD138B

Text Example


Text Example

White with #CD138B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD138B; }

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

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

background-color css

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

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

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

border-color css

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

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

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