Html Css Color HEX #CD177B Medium Violet Red

📋 copy color: '#CD177B'

red 205 ◦ green 23 ◦ blue 123

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

Shades of Medium Violet Red #CD177B

Tints of Medium Violet Red #CD177B

RGB

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

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

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

R = 58.4%
G = 6.55%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.4

 K value IS 0.20

RGB Variations

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

Color information

#CD177B (or 0xCD177B) is known color: Medium Violet Red. HEX triplet: CD, 17 and 7B. RGB value is (205,23,123). Sum of RGB (Red+Green+Blue) = 205+23+123=351 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.40% from 351); Green value is 23 (9.38% from 255 or 6.55% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 205 - color contains mainly: red. Hex color #CD177B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD177B is #32E884. Grayscale: #585858. Windows color (decimal): -3336325 or 8067021. OLE color: 8067021.

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

Color convert

RGB 205 23 123 -
CMYK 0 0.89 0.4 0.20
HSL 327.03º 0.8% 0.45% -
HSV(B) 327.03º 0.89% 0.8% -
XYZ 29.06 15.02 20.11 -
YUV 88.82 147.3 210.87 -
System Red Green Blue C M Y K H S L
Decimal 205 23 123 0 0.89 0.4 0.20 327.03 0.8 0.45
Hex CD 17 7B 0 59 28 14 147 50 2D
Octal 315 27 173 0 131 50 24 507 120 55
Binary 11001101 10111 1111011 0 1011001 101000 10100 101000111 1010000 101101

Color Harmonies of #CD177B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD177B

Black with #CD177B

Text Example


Text Example

White with #CD177B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD177B; }

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

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

background-color css

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

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

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

border-color css

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

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

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