Html Css Color HEX #CD197F Medium Violet Red

📋 copy color: '#CD197F'

red 205 ◦ green 25 ◦ blue 127

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

Shades of Medium Violet Red #CD197F

Tints of Medium Violet Red #CD197F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.57%

R = 57.42%
G = 7%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#CD197F (or 0xCD197F) is known color: Medium Violet Red. HEX triplet: CD, 19 and 7F. RGB value is (205,25,127). Sum of RGB (Red+Green+Blue) = 205+25+127=357 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.42% from 357); Green value is 25 (10.16% from 255 or 7.00% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 205 - color contains mainly: red. Hex color #CD197F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD197F is #32E680. Grayscale: #5A5A5A. Windows color (decimal): -3335809 or 8329677. OLE color: 8329677.

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

Color convert

RGB 205 25 127 -
CMYK 0 0.88 0.38 0.20
HSL 326º 0.78% 0.45% -
HSV(B) 326º 0.88% 0.8% -
XYZ 29.36 15.21 21.47 -
YUV 90.45 148.63 209.71 -
System Red Green Blue C M Y K H S L
Decimal 205 25 127 0 0.88 0.38 0.20 326 0.78 0.45
Hex CD 19 7F 0 58 26 14 146 4E 2D
Octal 315 31 177 0 130 46 24 506 116 55
Binary 11001101 11001 1111111 0 1011000 100110 10100 101000110 1001110 101101

Color Harmonies of #CD197F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD197F

Black with #CD197F

Text Example


Text Example

White with #CD197F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD197F; }

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

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

background-color css

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

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

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

border-color css

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

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

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