Html Css Color HEX #CD117F Medium Violet Red

📋 copy color: '#CD117F'

red 205 ◦ green 17 ◦ blue 127

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

Shades of Medium Violet Red #CD117F

Tints of Medium Violet Red #CD117F

RGB

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

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

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

R = 58.74%
G = 4.87%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#CD117F (or 0xCD117F) is known color: Medium Violet Red. HEX triplet: CD, 11 and 7F. RGB value is (205,17,127). Sum of RGB (Red+Green+Blue) = 205+17+127=349 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.74% from 349); Green value is 17 (7.03% from 255 or 4.87% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 205 - color contains mainly: red. Hex color #CD117F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD117F is #32EE80. Grayscale: #555555. Windows color (decimal): -3337857 or 8327629. OLE color: 8327629.

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

Color convert

RGB 205 17 127 -
CMYK 0 0.92 0.38 0.20
HSL 324.89º 0.85% 0.44% -
HSV(B) 324.89º 0.92% 0.8% -
XYZ 29.21 14.91 21.42 -
YUV 85.75 151.28 213.06 -
System Red Green Blue C M Y K H S L
Decimal 205 17 127 0 0.92 0.38 0.20 324.89 0.85 0.44
Hex CD 11 7F 0 5C 26 14 145 55 2C
Octal 315 21 177 0 134 46 24 505 125 54
Binary 11001101 10001 1111111 0 1011100 100110 10100 101000101 1010101 101100

Color Harmonies of #CD117F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD117F

Black with #CD117F

Text Example


Text Example

White with #CD117F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD117F; }

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

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

background-color css

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

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

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

border-color css

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

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

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