Html Css Color HEX #CD117B Medium Violet Red

📋 copy color: '#CD117B'

red 205 ◦ green 17 ◦ blue 123

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

Shades of Medium Violet Red #CD117B

Tints of Medium Violet Red #CD117B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.65%

R = 59.42%
G = 4.93%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.4

 K value IS 0.20

RGB Variations

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

Color information

#CD117B (or 0xCD117B) is known color: Medium Violet Red. HEX triplet: CD, 11 and 7B. RGB value is (205,17,123). Sum of RGB (Red+Green+Blue) = 205+17+123=345 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.42% from 345); Green value is 17 (7.03% from 255 or 4.93% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 205 - color contains mainly: red. Hex color #CD117B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD117B is #32EE84. Grayscale: #555555. Windows color (decimal): -3337861 or 8065485. OLE color: 8065485.

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

Color convert

RGB 205 17 123 -
CMYK 0 0.92 0.4 0.20
HSL 326.17º 0.85% 0.44% -
HSV(B) 326.17º 0.92% 0.8% -
XYZ 28.95 14.81 20.07 -
YUV 85.3 149.28 213.38 -
System Red Green Blue C M Y K H S L
Decimal 205 17 123 0 0.92 0.4 0.20 326.17 0.85 0.44
Hex CD 11 7B 0 5C 28 14 146 55 2C
Octal 315 21 173 0 134 50 24 506 125 54
Binary 11001101 10001 1111011 0 1011100 101000 10100 101000110 1010101 101100

Color Harmonies of #CD117B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD117B

Black with #CD117B

Text Example


Text Example

White with #CD117B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD117B; }

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

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

background-color css

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

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

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

border-color css

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

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

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