Html Css Color HEX #CD139C Medium Violet Red

📋 copy color: '#CD139C'

red 205 ◦ green 19 ◦ blue 156

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

Shades of Medium Violet Red #CD139C

Tints of Medium Violet Red #CD139C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.05%

R = 53.95%
G = 5%
B = 41.05%

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

#CD139C (or 0xCD139C) is known color: Medium Violet Red. HEX triplet: CD, 13 and 9C. RGB value is (205,19,156). Sum of RGB (Red+Green+Blue) = 205+19+156=380 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.95% from 380); Green value is 19 (7.81% from 255 or 5% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 205 - color contains mainly: red. Hex color #CD139C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD139C is #32EC63. Grayscale: #595959. Windows color (decimal): -3337316 or 10228685. OLE color: 10228685.

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

Color convert

RGB 205 19 156 -
CMYK 0 0.91 0.24 0.20
HSL 315.81º 0.83% 0.44% -
HSV(B) 315.81º 0.91% 0.8% -
XYZ 31.41 15.85 32.86 -
YUV 90.23 165.12 209.86 -
System Red Green Blue C M Y K H S L
Decimal 205 19 156 0 0.91 0.24 0.20 315.81 0.83 0.44
Hex CD 13 9C 0 5B 18 14 13C 53 2C
Octal 315 23 234 0 133 30 24 474 123 54
Binary 11001101 10011 10011100 0 1011011 11000 10100 100111100 1010011 101100

Color Harmonies of #CD139C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD139C

Black with #CD139C

Text Example


Text Example

White with #CD139C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD139C; }

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

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

background-color css

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

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

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

border-color css

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

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

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