Html Css Color HEX #CD117C Medium Violet Red

📋 copy color: '#CD117C'

red 205 ◦ green 17 ◦ blue 124

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

Shades of Medium Violet Red #CD117C

Tints of Medium Violet Red #CD117C

RGB

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

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

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

R = 59.25%
G = 4.91%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CD117C (or 0xCD117C) is known color: Medium Violet Red. HEX triplet: CD, 11 and 7C. RGB value is (205,17,124). Sum of RGB (Red+Green+Blue) = 205+17+124=346 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.25% from 346); Green value is 17 (7.03% from 255 or 4.91% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 205 - color contains mainly: red. Hex color #CD117C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD117C is #32EE83. Grayscale: #555555. Windows color (decimal): -3337860 or 8131021. OLE color: 8131021.

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

Color convert

RGB 205 17 124 -
CMYK 0 0.92 0.40 0.20
HSL 325.85º 0.85% 0.44% -
HSV(B) 325.85º 0.92% 0.8% -
XYZ 29.02 14.84 20.4 -
YUV 85.41 149.78 213.3 -
System Red Green Blue C M Y K H S L
Decimal 205 17 124 0 0.92 0.40 0.20 325.85 0.85 0.44
Hex CD 11 7C 0 5C 28 14 146 55 2C
Octal 315 21 174 0 134 50 24 506 125 54
Binary 11001101 10001 1111100 0 1011100 101000 10100 101000110 1010101 101100

Color Harmonies of #CD117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD117C

Black with #CD117C

Text Example


Text Example

White with #CD117C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD117C; }

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

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

background-color css

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

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

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

border-color css

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

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

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