Html Css Color HEX #CD157B Medium Violet Red

📋 copy color: '#CD157B'

red 205 ◦ green 21 ◦ blue 123

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

Shades of Medium Violet Red #CD157B

Tints of Medium Violet Red #CD157B

RGB

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

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

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

R = 58.74%
G = 6.02%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.4

 K value IS 0.20

RGB Variations

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

Color information

#CD157B (or 0xCD157B) is known color: Medium Violet Red. HEX triplet: CD, 15 and 7B. RGB value is (205,21,123). Sum of RGB (Red+Green+Blue) = 205+21+123=349 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.74% from 349); Green value is 21 (8.59% from 255 or 6.02% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 205 - color contains mainly: red. Hex color #CD157B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD157B is #32EA84. Grayscale: #575757. Windows color (decimal): -3336837 or 8066509. OLE color: 8066509.

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

Color convert

RGB 205 21 123 -
CMYK 0 0.90 0.4 0.20
HSL 326.74º 0.81% 0.44% -
HSV(B) 326.74º 0.9% 0.8% -
XYZ 29.02 14.95 20.09 -
YUV 87.64 147.96 211.71 -
System Red Green Blue C M Y K H S L
Decimal 205 21 123 0 0.90 0.4 0.20 326.74 0.81 0.44
Hex CD 15 7B 0 5A 28 14 147 51 2C
Octal 315 25 173 0 132 50 24 507 121 54
Binary 11001101 10101 1111011 0 1011010 101000 10100 101000111 1010001 101100

Color Harmonies of #CD157B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD157B

Black with #CD157B

Text Example


Text Example

White with #CD157B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD157B; }

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

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

background-color css

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

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

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

border-color css

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

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

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