Html Css Color HEX #CD1796 Medium Violet Red

📋 copy color: '#CD1796'

red 205 ◦ green 23 ◦ blue 150

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

Shades of Medium Violet Red #CD1796

Tints of Medium Violet Red #CD1796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 39.68%

R = 54.23%
G = 6.08%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CD1796 (or 0xCD1796) is known color: Medium Violet Red. HEX triplet: CD, 17 and 96. RGB value is (205,23,150). Sum of RGB (Red+Green+Blue) = 205+23+150=378 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.23% from 378); Green value is 23 (9.38% from 255 or 6.08% from 378); Blue value is 150 (58.98% from 255 or 39.68% from 378); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1796 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD1796 is #32E869. Grayscale: #5B5B5B. Windows color (decimal): -3336298 or 9836493. OLE color: 9836493.

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

Color convert

RGB 205 23 150 -
CMYK 0 0.89 0.27 0.20
HSL 318.13º 0.8% 0.45% -
HSV(B) 318.13º 0.89% 0.8% -
XYZ 30.99 15.79 30.27 -
YUV 91.9 160.8 208.67 -
System Red Green Blue C M Y K H S L
Decimal 205 23 150 0 0.89 0.27 0.20 318.13 0.8 0.45
Hex CD 17 96 0 59 1B 14 13E 50 2D
Octal 315 27 226 0 131 33 24 476 120 55
Binary 11001101 10111 10010110 0 1011001 11011 10100 100111110 1010000 101101

Color Harmonies of #CD1796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1796

Black with #CD1796

Text Example


Text Example

White with #CD1796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1796; }

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

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

background-color css

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

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

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

border-color css

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

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

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