Html Css Color HEX #CD139B Medium Violet Red

📋 copy color: '#CD139B'

red 205 ◦ green 19 ◦ blue 155

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

Shades of Medium Violet Red #CD139B

Tints of Medium Violet Red #CD139B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.9%

R = 54.09%
G = 5.01%
B = 40.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#CD139B (or 0xCD139B) is known color: Medium Violet Red. HEX triplet: CD, 13 and 9B. RGB value is (205,19,155). Sum of RGB (Red+Green+Blue) = 205+19+155=379 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.09% from 379); Green value is 19 (7.81% from 255 or 5.01% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 205 - color contains mainly: red. Hex color #CD139B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD139B is #32EC64. Grayscale: #595959. Windows color (decimal): -3337317 or 10163149. OLE color: 10163149.

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

Color convert

RGB 205 19 155 -
CMYK 0 0.91 0.24 0.20
HSL 316.13º 0.83% 0.44% -
HSV(B) 316.13º 0.91% 0.8% -
XYZ 31.33 15.81 32.41 -
YUV 90.12 164.62 209.94 -
System Red Green Blue C M Y K H S L
Decimal 205 19 155 0 0.91 0.24 0.20 316.13 0.83 0.44
Hex CD 13 9B 0 5B 18 14 13C 53 2C
Octal 315 23 233 0 133 30 24 474 123 54
Binary 11001101 10011 10011011 0 1011011 11000 10100 100111100 1010011 101100

Color Harmonies of #CD139B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD139B

Black with #CD139B

Text Example


Text Example

White with #CD139B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD139B; }

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

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

background-color css

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

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

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

border-color css

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

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

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