Html Css Color HEX #CD116F Medium Violet Red

📋 copy color: '#CD116F'

red 205 ◦ green 17 ◦ blue 111

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

Shades of Medium Violet Red #CD116F

Tints of Medium Violet Red #CD116F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.11%

 BLUE value IS 111 (43.75% from 255) = 33.33%

R = 61.56%
G = 5.11%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CD116F (or 0xCD116F) is known color: Medium Violet Red. HEX triplet: CD, 11 and 6F. RGB value is (205,17,111). Sum of RGB (Red+Green+Blue) = 205+17+111=333 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.56% from 333); Green value is 17 (7.03% from 255 or 5.11% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 205 - color contains mainly: red. Hex color #CD116F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD116F is #32EE90. Grayscale: #535353. Windows color (decimal): -3337873 or 7279053. OLE color: 7279053.

HSL color Cylindrical-coordinate representation of color #CD116F: hue angle of 330º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CD116F is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 17 111 -
CMYK 0 0.92 0.46 0.20
HSL 330º 0.85% 0.44% -
HSV(B) 330º 0.92% 0.8% -
XYZ 28.25 14.53 16.35 -
YUV 83.93 143.28 214.36 -
System Red Green Blue C M Y K H S L
Decimal 205 17 111 0 0.92 0.46 0.20 330 0.85 0.44
Hex CD 11 6F 0 5C 2E 14 14A 55 2C
Octal 315 21 157 0 134 56 24 512 125 54
Binary 11001101 10001 1101111 0 1011100 101110 10100 101001010 1010101 101100

Color Harmonies of #CD116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD116F

Black with #CD116F

Text Example


Text Example

White with #CD116F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD116F; }

 p { color: rgb(205,17,111); }

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

background-color css

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

 a { background-color: rgb(205,17,111); }

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

border-color css

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

 span { border-color: rgb(205,17,111); }

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