Html Css Color HEX #CD2189 Medium Violet Red

📋 copy color: '#CD2189'

red 205 ◦ green 33 ◦ blue 137

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

Shades of Medium Violet Red #CD2189

Tints of Medium Violet Red #CD2189

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.8%

 BLUE value IS 137 (53.91% from 255) = 36.53%

R = 54.67%
G = 8.8%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CD2189 (or 0xCD2189) is known color: Medium Violet Red. HEX triplet: CD, 21 and 89. RGB value is (205,33,137). Sum of RGB (Red+Green+Blue) = 205+33+137=375 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.67% from 375); Green value is 33 (13.28% from 255 or 8.8% from 375); Blue value is 137 (53.91% from 255 or 36.53% from 375); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2189 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2189 is #32DE76. Grayscale: #606060. Windows color (decimal): -3333751 or 8987085. OLE color: 8987085.

HSL color Cylindrical-coordinate representation of color #CD2189: hue angle of 323.72º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD2189 is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 33 137 -
CMYK 0 0.84 0.33 0.20
HSL 323.72º 0.72% 0.47% -
HSV(B) 323.72º 0.84% 0.8% -
XYZ 30.24 15.87 25.14 -
YUV 96.28 150.98 205.54 -
System Red Green Blue C M Y K H S L
Decimal 205 33 137 0 0.84 0.33 0.20 323.72 0.72 0.47
Hex CD 21 89 0 54 21 14 144 48 2F
Octal 315 41 211 0 124 41 24 504 110 57
Binary 11001101 100001 10001001 0 1010100 100001 10100 101000100 1001000 101111

Color Harmonies of #CD2189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2189

Black with #CD2189

Text Example


Text Example

White with #CD2189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2189; }

 p { color: rgb(205,33,137); }

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

background-color css

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

 a { background-color: rgb(205,33,137); }

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

border-color css

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

 span { border-color: rgb(205,33,137); }

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