Html Css Color HEX #CD1185 Medium Violet Red

📋 copy color: '#CD1185'

red 205 ◦ green 17 ◦ blue 133

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

Shades of Medium Violet Red #CD1185

Tints of Medium Violet Red #CD1185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 37.46%

R = 57.75%
G = 4.79%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#CD1185 (or 0xCD1185) is known color: Medium Violet Red. HEX triplet: CD, 11 and 85. RGB value is (205,17,133). Sum of RGB (Red+Green+Blue) = 205+17+133=355 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.75% from 355); Green value is 17 (7.03% from 255 or 4.79% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1185 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD1185 is #32EE7A. Grayscale: #565656. Windows color (decimal): -3337851 or 8720845. OLE color: 8720845.

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

Color convert

RGB 205 17 133 -
CMYK 0 0.92 0.35 0.20
HSL 322.98º 0.85% 0.44% -
HSV(B) 322.98º 0.92% 0.8% -
XYZ 29.61 15.07 23.54 -
YUV 86.44 154.28 212.57 -
System Red Green Blue C M Y K H S L
Decimal 205 17 133 0 0.92 0.35 0.20 322.98 0.85 0.44
Hex CD 11 85 0 5C 23 14 143 55 2C
Octal 315 21 205 0 134 43 24 503 125 54
Binary 11001101 10001 10000101 0 1011100 100011 10100 101000011 1010101 101100

Color Harmonies of #CD1185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1185

Black with #CD1185

Text Example


Text Example

White with #CD1185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1185; }

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

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

background-color css

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

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

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

border-color css

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

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

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