Html Css Color HEX #CD179B Medium Violet Red

📋 copy color: '#CD179B'

red 205 ◦ green 23 ◦ blue 155

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

Shades of Medium Violet Red #CD179B

Tints of Medium Violet Red #CD179B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.01%

 BLUE value IS 155 (60.94% from 255) = 40.47%

R = 53.52%
G = 6.01%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#CD179B (or 0xCD179B) is known color: Medium Violet Red. HEX triplet: CD, 17 and 9B. RGB value is (205,23,155). Sum of RGB (Red+Green+Blue) = 205+23+155=383 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.52% from 383); Green value is 23 (9.38% from 255 or 6.01% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 205 - color contains mainly: red. Hex color #CD179B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD179B is #32E864. Grayscale: #5C5C5C. Windows color (decimal): -3336293 or 10164173. OLE color: 10164173.

HSL color Cylindrical-coordinate representation of color #CD179B: hue angle of 316.48º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CD179B is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 23 155 -
CMYK 0 0.89 0.24 0.20
HSL 316.48º 0.8% 0.45% -
HSV(B) 316.48º 0.89% 0.8% -
XYZ 31.4 15.96 32.44 -
YUV 92.47 163.3 208.27 -
System Red Green Blue C M Y K H S L
Decimal 205 23 155 0 0.89 0.24 0.20 316.48 0.8 0.45
Hex CD 17 9B 0 59 18 14 13C 50 2D
Octal 315 27 233 0 131 30 24 474 120 55
Binary 11001101 10111 10011011 0 1011001 11000 10100 100111100 1010000 101101

Color Harmonies of #CD179B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD179B

Black with #CD179B

Text Example


Text Example

White with #CD179B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD179B; }

 p { color: rgb(205,23,155); }

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

background-color css

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

 a { background-color: rgb(205,23,155); }

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

border-color css

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

 span { border-color: rgb(205,23,155); }

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