Html Css Color HEX #CD199B Medium Violet Red

📋 copy color: '#CD199B'

red 205 ◦ green 25 ◦ blue 155

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

Shades of Medium Violet Red #CD199B

Tints of Medium Violet Red #CD199B

RGB

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

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

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

R = 53.25%
G = 6.49%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#CD199B (or 0xCD199B) is known color: Medium Violet Red. HEX triplet: CD, 19 and 9B. RGB value is (205,25,155). Sum of RGB (Red+Green+Blue) = 205+25+155=385 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.25% from 385); Green value is 25 (10.16% from 255 or 6.49% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 205 - color contains mainly: red. Hex color #CD199B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD199B is #32E664. Grayscale: #5D5D5D. Windows color (decimal): -3335781 or 10164685. OLE color: 10164685.

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

Color convert

RGB 205 25 155 -
CMYK 0 0.88 0.24 0.20
HSL 316.67º 0.78% 0.45% -
HSV(B) 316.67º 0.88% 0.8% -
XYZ 31.44 16.04 32.45 -
YUV 93.64 162.63 207.43 -
System Red Green Blue C M Y K H S L
Decimal 205 25 155 0 0.88 0.24 0.20 316.67 0.78 0.45
Hex CD 19 9B 0 58 18 14 13D 4E 2D
Octal 315 31 233 0 130 30 24 475 116 55
Binary 11001101 11001 10011011 0 1011000 11000 10100 100111101 1001110 101101

Color Harmonies of #CD199B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD199B

Black with #CD199B

Text Example


Text Example

White with #CD199B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD199B; }

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

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

background-color css

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

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

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

border-color css

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

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

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