Html Css Color HEX #CD157C Medium Violet Red

📋 copy color: '#CD157C'

red 205 ◦ green 21 ◦ blue 124

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

Shades of Medium Violet Red #CD157C

Tints of Medium Violet Red #CD157C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6%

 BLUE value IS 124 (48.83% from 255) = 35.43%

R = 58.57%
G = 6%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CD157C (or 0xCD157C) is known color: Medium Violet Red. HEX triplet: CD, 15 and 7C. RGB value is (205,21,124). Sum of RGB (Red+Green+Blue) = 205+21+124=350 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.57% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 205 - color contains mainly: red. Hex color #CD157C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD157C is #32EA83. Grayscale: #575757. Windows color (decimal): -3336836 or 8132045. OLE color: 8132045.

HSL color Cylindrical-coordinate representation of color #CD157C: hue angle of 326.41º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD157C is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 21 124 -
CMYK 0 0.90 0.40 0.20
HSL 326.41º 0.81% 0.44% -
HSV(B) 326.41º 0.9% 0.8% -
XYZ 29.08 14.97 20.43 -
YUV 87.76 148.46 211.62 -
System Red Green Blue C M Y K H S L
Decimal 205 21 124 0 0.90 0.40 0.20 326.41 0.81 0.44
Hex CD 15 7C 0 5A 28 14 146 51 2C
Octal 315 25 174 0 132 50 24 506 121 54
Binary 11001101 10101 1111100 0 1011010 101000 10100 101000110 1010001 101100

Color Harmonies of #CD157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD157C

Black with #CD157C

Text Example


Text Example

White with #CD157C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD157C; }

 p { color: rgb(205,21,124); }

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

background-color css

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

 a { background-color: rgb(205,21,124); }

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

border-color css

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

 span { border-color: rgb(205,21,124); }

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