Html Css Color HEX #CD199D Medium Violet Red

📋 copy color: '#CD199D'

red 205 ◦ green 25 ◦ blue 157

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

Shades of Medium Violet Red #CD199D

Tints of Medium Violet Red #CD199D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.46%

 BLUE value IS 157 (61.72% from 255) = 40.57%

R = 52.97%
G = 6.46%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#CD199D (or 0xCD199D) is known color: Medium Violet Red. HEX triplet: CD, 19 and 9D. RGB value is (205,25,157). Sum of RGB (Red+Green+Blue) = 205+25+157=387 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.97% from 387); Green value is 25 (10.16% from 255 or 6.46% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 205 - color contains mainly: red. Hex color #CD199D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD199D is #32E662. Grayscale: #5D5D5D. Windows color (decimal): -3335779 or 10295757. OLE color: 10295757.

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

Color convert

RGB 205 25 157 -
CMYK 0 0.88 0.23 0.20
HSL 316º 0.78% 0.45% -
HSV(B) 316º 0.88% 0.8% -
XYZ 31.61 16.11 33.34 -
YUV 93.87 163.63 207.27 -
System Red Green Blue C M Y K H S L
Decimal 205 25 157 0 0.88 0.23 0.20 316 0.78 0.45
Hex CD 19 9D 0 58 17 14 13C 4E 2D
Octal 315 31 235 0 130 27 24 474 116 55
Binary 11001101 11001 10011101 0 1011000 10111 10100 100111100 1001110 101101

Color Harmonies of #CD199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD199D

Black with #CD199D

Text Example


Text Example

White with #CD199D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD199D; }

 p { color: rgb(205,25,157); }

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

background-color css

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

 a { background-color: rgb(205,25,157); }

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

border-color css

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

 span { border-color: rgb(205,25,157); }

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