Html Css Color HEX #CD197D Medium Violet Red

📋 copy color: '#CD197D'

red 205 ◦ green 25 ◦ blue 125

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

Shades of Medium Violet Red #CD197D

Tints of Medium Violet Red #CD197D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.21%

R = 57.75%
G = 7.04%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CD197D (or 0xCD197D) is known color: Medium Violet Red. HEX triplet: CD, 19 and 7D. RGB value is (205,25,125). Sum of RGB (Red+Green+Blue) = 205+25+125=355 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.75% from 355); Green value is 25 (10.16% from 255 or 7.04% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 205 - color contains mainly: red. Hex color #CD197D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD197D is #32E682. Grayscale: #5A5A5A. Windows color (decimal): -3335811 or 8198605. OLE color: 8198605.

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

Color convert

RGB 205 25 125 -
CMYK 0 0.88 0.39 0.20
HSL 326.67º 0.78% 0.45% -
HSV(B) 326.67º 0.88% 0.8% -
XYZ 29.23 15.16 20.79 -
YUV 90.22 147.63 209.87 -
System Red Green Blue C M Y K H S L
Decimal 205 25 125 0 0.88 0.39 0.20 326.67 0.78 0.45
Hex CD 19 7D 0 58 27 14 147 4E 2D
Octal 315 31 175 0 130 47 24 507 116 55
Binary 11001101 11001 1111101 0 1011000 100111 10100 101000111 1001110 101101

Color Harmonies of #CD197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD197D

Black with #CD197D

Text Example


Text Example

White with #CD197D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD197D; }

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

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

background-color css

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

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

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

border-color css

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

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

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