Html Css Color HEX #CD137F Medium Violet Red

📋 copy color: '#CD137F'

red 205 ◦ green 19 ◦ blue 127

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

Shades of Medium Violet Red #CD137F

Tints of Medium Violet Red #CD137F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.18%

R = 58.4%
G = 5.41%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#CD137F (or 0xCD137F) is known color: Medium Violet Red. HEX triplet: CD, 13 and 7F. RGB value is (205,19,127). Sum of RGB (Red+Green+Blue) = 205+19+127=351 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.40% from 351); Green value is 19 (7.81% from 255 or 5.41% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 205 - color contains mainly: red. Hex color #CD137F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD137F is #32EC80. Grayscale: #565656. Windows color (decimal): -3337345 or 8328141. OLE color: 8328141.

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

Color convert

RGB 205 19 127 -
CMYK 0 0.91 0.38 0.20
HSL 325.16º 0.83% 0.44% -
HSV(B) 325.16º 0.91% 0.8% -
XYZ 29.24 14.98 21.43 -
YUV 86.93 150.62 212.22 -
System Red Green Blue C M Y K H S L
Decimal 205 19 127 0 0.91 0.38 0.20 325.16 0.83 0.44
Hex CD 13 7F 0 5B 26 14 145 53 2C
Octal 315 23 177 0 133 46 24 505 123 54
Binary 11001101 10011 1111111 0 1011011 100110 10100 101000101 1010011 101100

Color Harmonies of #CD137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD137F

Black with #CD137F

Text Example


Text Example

White with #CD137F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD137F; }

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

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

background-color css

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

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

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

border-color css

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

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

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