Html Css Color HEX #CD197C Medium Violet Red

📋 copy color: '#CD197C'

red 205 ◦ green 25 ◦ blue 124

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

Shades of Medium Violet Red #CD197C

Tints of Medium Violet Red #CD197C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.03%

R = 57.91%
G = 7.06%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CD197C (or 0xCD197C) is known color: Medium Violet Red. HEX triplet: CD, 19 and 7C. RGB value is (205,25,124). Sum of RGB (Red+Green+Blue) = 205+25+124=354 (46% of max value = 765). Red value is 205 (80.47% from 255 or 57.91% from 354); Green value is 25 (10.16% from 255 or 7.06% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 205 - color contains mainly: red. Hex color #CD197C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD197C is #32E683. Grayscale: #595959. Windows color (decimal): -3335812 or 8133069. OLE color: 8133069.

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

Color convert

RGB 205 25 124 -
CMYK 0 0.88 0.40 0.20
HSL 327º 0.78% 0.45% -
HSV(B) 327º 0.88% 0.8% -
XYZ 29.16 15.13 20.45 -
YUV 90.11 147.13 209.95 -
System Red Green Blue C M Y K H S L
Decimal 205 25 124 0 0.88 0.40 0.20 327 0.78 0.45
Hex CD 19 7C 0 58 28 14 147 4E 2D
Octal 315 31 174 0 130 50 24 507 116 55
Binary 11001101 11001 1111100 0 1011000 101000 10100 101000111 1001110 101101

Color Harmonies of #CD197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD197C

Black with #CD197C

Text Example


Text Example

White with #CD197C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD197C; }

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

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

background-color css

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

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

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

border-color css

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

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

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