Html Css Color HEX #CD137E Medium Violet Red

📋 copy color: '#CD137E'

red 205 ◦ green 19 ◦ blue 126

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

Shades of Medium Violet Red #CD137E

Tints of Medium Violet Red #CD137E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36%

R = 58.57%
G = 5.43%
B = 36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CD137E (or 0xCD137E) is known color: Medium Violet Red. HEX triplet: CD, 13 and 7E. RGB value is (205,19,126). Sum of RGB (Red+Green+Blue) = 205+19+126=350 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.57% from 350); Green value is 19 (7.81% from 255 or 5.43% from 350); Blue value is 126 (49.61% from 255 or 36% from 350); Max value from RGB is 205 - color contains mainly: red. Hex color #CD137E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD137E is #32EC81. Grayscale: #565656. Windows color (decimal): -3337346 or 8262605. OLE color: 8262605.

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

Color convert

RGB 205 19 126 -
CMYK 0 0.91 0.39 0.20
HSL 325.48º 0.83% 0.44% -
HSV(B) 325.48º 0.91% 0.8% -
XYZ 29.18 14.95 21.09 -
YUV 86.81 150.12 212.3 -
System Red Green Blue C M Y K H S L
Decimal 205 19 126 0 0.91 0.39 0.20 325.48 0.83 0.44
Hex CD 13 7E 0 5B 27 14 145 53 2C
Octal 315 23 176 0 133 47 24 505 123 54
Binary 11001101 10011 1111110 0 1011011 100111 10100 101000101 1010011 101100

Color Harmonies of #CD137E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD137E

Black with #CD137E

Text Example


Text Example

White with #CD137E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD137E; }

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

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

background-color css

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

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

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

border-color css

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

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

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