Html Css Color HEX #CD198C Medium Violet Red

📋 copy color: '#CD198C'

red 205 ◦ green 25 ◦ blue 140

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

Shades of Medium Violet Red #CD198C

Tints of Medium Violet Red #CD198C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.84%

R = 55.41%
G = 6.76%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CD198C (or 0xCD198C) is known color: Medium Violet Red. HEX triplet: CD, 19 and 8C. RGB value is (205,25,140). Sum of RGB (Red+Green+Blue) = 205+25+140=370 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.41% from 370); Green value is 25 (10.16% from 255 or 6.76% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 205 - color contains mainly: red. Hex color #CD198C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD198C is #32E673. Grayscale: #5B5B5B. Windows color (decimal): -3335796 or 9181645. OLE color: 9181645.

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

Color convert

RGB 205 25 140 -
CMYK 0 0.88 0.32 0.20
HSL 321.67º 0.78% 0.45% -
HSV(B) 321.67º 0.88% 0.8% -
XYZ 30.26 15.57 26.22 -
YUV 91.93 155.13 208.65 -
System Red Green Blue C M Y K H S L
Decimal 205 25 140 0 0.88 0.32 0.20 321.67 0.78 0.45
Hex CD 19 8C 0 58 20 14 142 4E 2D
Octal 315 31 214 0 130 40 24 502 116 55
Binary 11001101 11001 10001100 0 1011000 100000 10100 101000010 1001110 101101

Color Harmonies of #CD198C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD198C

Black with #CD198C

Text Example


Text Example

White with #CD198C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD198C; }

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

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

background-color css

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

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

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

border-color css

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

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

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