Html Css Color HEX #CD178D Medium Violet Red

📋 copy color: '#CD178D'

red 205 ◦ green 23 ◦ blue 141

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

Shades of Medium Violet Red #CD178D

Tints of Medium Violet Red #CD178D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.21%

R = 55.56%
G = 6.23%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CD178D (or 0xCD178D) is known color: Medium Violet Red. HEX triplet: CD, 17 and 8D. RGB value is (205,23,141). Sum of RGB (Red+Green+Blue) = 205+23+141=369 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.56% from 369); Green value is 23 (9.38% from 255 or 6.23% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 205 - color contains mainly: red. Hex color #CD178D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD178D is #32E872. Grayscale: #5A5A5A. Windows color (decimal): -3336307 or 9246669. OLE color: 9246669.

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

Color convert

RGB 205 23 141 -
CMYK 0 0.89 0.31 0.20
HSL 321.1º 0.8% 0.45% -
HSV(B) 321.1º 0.89% 0.8% -
XYZ 30.29 15.52 26.6 -
YUV 90.87 156.3 209.41 -
System Red Green Blue C M Y K H S L
Decimal 205 23 141 0 0.89 0.31 0.20 321.1 0.8 0.45
Hex CD 17 8D 0 59 1F 14 141 50 2D
Octal 315 27 215 0 131 37 24 501 120 55
Binary 11001101 10111 10001101 0 1011001 11111 10100 101000001 1010000 101101

Color Harmonies of #CD178D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD178D

Black with #CD178D

Text Example


Text Example

White with #CD178D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD178D; }

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

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

background-color css

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

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

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

border-color css

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

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

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