Html Css Color HEX #CD137B Medium Violet Red

📋 copy color: '#CD137B'

red 205 ◦ green 19 ◦ blue 123

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

Shades of Medium Violet Red #CD137B

Tints of Medium Violet Red #CD137B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.45%

R = 59.08%
G = 5.48%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.4

 K value IS 0.20

RGB Variations

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

Color information

#CD137B (or 0xCD137B) is known color: Medium Violet Red. HEX triplet: CD, 13 and 7B. RGB value is (205,19,123). Sum of RGB (Red+Green+Blue) = 205+19+123=347 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.08% from 347); Green value is 19 (7.81% from 255 or 5.48% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 205 - color contains mainly: red. Hex color #CD137B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD137B is #32EC84. Grayscale: #565656. Windows color (decimal): -3337349 or 8065997. OLE color: 8065997.

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

Color convert

RGB 205 19 123 -
CMYK 0 0.91 0.4 0.20
HSL 326.45º 0.83% 0.44% -
HSV(B) 326.45º 0.91% 0.8% -
XYZ 28.98 14.87 20.08 -
YUV 86.47 148.62 212.54 -
System Red Green Blue C M Y K H S L
Decimal 205 19 123 0 0.91 0.4 0.20 326.45 0.83 0.44
Hex CD 13 7B 0 5B 28 14 146 53 2C
Octal 315 23 173 0 133 50 24 506 123 54
Binary 11001101 10011 1111011 0 1011011 101000 10100 101000110 1010011 101100

Color Harmonies of #CD137B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD137B

Black with #CD137B

Text Example


Text Example

White with #CD137B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD137B; }

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

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

background-color css

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

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

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

border-color css

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

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

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