Html Css Color HEX #CD137A Medium Violet Red

📋 copy color: '#CD137A'

red 205 ◦ green 19 ◦ blue 122

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

Shades of Medium Violet Red #CD137A

Tints of Medium Violet Red #CD137A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.26%

R = 59.25%
G = 5.49%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CD137A (or 0xCD137A) is known color: Medium Violet Red. HEX triplet: CD, 13 and 7A. RGB value is (205,19,122). Sum of RGB (Red+Green+Blue) = 205+19+122=346 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.25% from 346); Green value is 19 (7.81% from 255 or 5.49% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 205 - color contains mainly: red. Hex color #CD137A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD137A is #32EC85. Grayscale: #565656. Windows color (decimal): -3337350 or 8000461. OLE color: 8000461.

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

Color convert

RGB 205 19 122 -
CMYK 0 0.91 0.40 0.20
HSL 326.77º 0.83% 0.44% -
HSV(B) 326.77º 0.91% 0.8% -
XYZ 28.92 14.85 19.75 -
YUV 86.36 148.12 212.62 -
System Red Green Blue C M Y K H S L
Decimal 205 19 122 0 0.91 0.40 0.20 326.77 0.83 0.44
Hex CD 13 7A 0 5B 28 14 147 53 2C
Octal 315 23 172 0 133 50 24 507 123 54
Binary 11001101 10011 1111010 0 1011011 101000 10100 101000111 1010011 101100

Color Harmonies of #CD137A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD137A

Black with #CD137A

Text Example


Text Example

White with #CD137A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD137A; }

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

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

background-color css

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

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

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

border-color css

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

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

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