Html Css Color HEX #CD138E Medium Violet Red

📋 copy color: '#CD138E'

red 205 ◦ green 19 ◦ blue 142

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

Shades of Medium Violet Red #CD138E

Tints of Medium Violet Red #CD138E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.8%

R = 56.01%
G = 5.19%
B = 38.8%

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

#CD138E (or 0xCD138E) is known color: Medium Violet Red. HEX triplet: CD, 13 and 8E. RGB value is (205,19,142). Sum of RGB (Red+Green+Blue) = 205+19+142=366 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.01% from 366); Green value is 19 (7.81% from 255 or 5.19% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 205 - color contains mainly: red. Hex color #CD138E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD138E is #32EC71. Grayscale: #585858. Windows color (decimal): -3337330 or 9311181. OLE color: 9311181.

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

Color convert

RGB 205 19 142 -
CMYK 0 0.91 0.31 0.20
HSL 320.32º 0.83% 0.44% -
HSV(B) 320.32º 0.91% 0.8% -
XYZ 30.29 15.4 26.97 -
YUV 88.64 158.12 211 -
System Red Green Blue C M Y K H S L
Decimal 205 19 142 0 0.91 0.31 0.20 320.32 0.83 0.44
Hex CD 13 8E 0 5B 1F 14 140 53 2C
Octal 315 23 216 0 133 37 24 500 123 54
Binary 11001101 10011 10001110 0 1011011 11111 10100 101000000 1010011 101100

Color Harmonies of #CD138E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD138E

Black with #CD138E

Text Example


Text Example

White with #CD138E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD138E; }

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

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

background-color css

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

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

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

border-color css

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

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

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