Html Css Color HEX #CD1184 Medium Violet Red

📋 copy color: '#CD1184'

red 205 ◦ green 17 ◦ blue 132

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

Shades of Medium Violet Red #CD1184

Tints of Medium Violet Red #CD1184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 37.29%

R = 57.91%
G = 4.8%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.36

 K value IS 0.20

RGB Variations

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

Color information

#CD1184 (or 0xCD1184) is known color: Medium Violet Red. HEX triplet: CD, 11 and 84. RGB value is (205,17,132). Sum of RGB (Red+Green+Blue) = 205+17+132=354 (46% of max value = 765). Red value is 205 (80.47% from 255 or 57.91% from 354); Green value is 17 (7.03% from 255 or 4.80% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1184 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD1184 is #32EE7B. Grayscale: #565656. Windows color (decimal): -3337852 or 8655309. OLE color: 8655309.

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

Color convert

RGB 205 17 132 -
CMYK 0 0.92 0.36 0.20
HSL 323.3º 0.85% 0.44% -
HSV(B) 323.3º 0.92% 0.8% -
XYZ 29.54 15.05 23.18 -
YUV 86.32 153.78 212.65 -
System Red Green Blue C M Y K H S L
Decimal 205 17 132 0 0.92 0.36 0.20 323.3 0.85 0.44
Hex CD 11 84 0 5C 24 14 143 55 2C
Octal 315 21 204 0 134 44 24 503 125 54
Binary 11001101 10001 10000100 0 1011100 100100 10100 101000011 1010101 101100

Color Harmonies of #CD1184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1184

Black with #CD1184

Text Example


Text Example

White with #CD1184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1184; }

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

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

background-color css

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

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

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

border-color css

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

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

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