Html Css Color HEX #CD2089 Medium Violet Red

📋 copy color: '#CD2089'

red 205 ◦ green 32 ◦ blue 137

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

Shades of Medium Violet Red #CD2089

Tints of Medium Violet Red #CD2089

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.56%

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

R = 54.81%
G = 8.56%
B = 36.63%

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

#CD2089 (or 0xCD2089) is known color: Medium Violet Red. HEX triplet: CD, 20 and 89. RGB value is (205,32,137). Sum of RGB (Red+Green+Blue) = 205+32+137=374 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.81% from 374); Green value is 32 (12.89% from 255 or 8.56% from 374); Blue value is 137 (53.91% from 255 or 36.63% from 374); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2089 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2089 is #32DF76. Grayscale: #5F5F5F. Windows color (decimal): -3334007 or 8986829. OLE color: 8986829.

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

Color convert

RGB 205 32 137 -
CMYK 0 0.84 0.33 0.20
HSL 323.58º 0.73% 0.46% -
HSV(B) 323.58º 0.84% 0.8% -
XYZ 30.21 15.82 25.13 -
YUV 95.7 151.31 205.96 -
System Red Green Blue C M Y K H S L
Decimal 205 32 137 0 0.84 0.33 0.20 323.58 0.73 0.46
Hex CD 20 89 0 54 21 14 144 49 2E
Octal 315 40 211 0 124 41 24 504 111 56
Binary 11001101 100000 10001001 0 1010100 100001 10100 101000100 1001001 101110

Color Harmonies of #CD2089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2089

Black with #CD2089

Text Example


Text Example

White with #CD2089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2089; }

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

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

background-color css

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

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

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

border-color css

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

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

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