Html Css Color HEX #CD0889 Medium Violet Red

📋 copy color: '#CD0889'

red 205 ◦ green 8 ◦ blue 137

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

Shades of Medium Violet Red #CD0889

Tints of Medium Violet Red #CD0889

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.29%

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

R = 58.57%
G = 2.29%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CD0889 (or 0xCD0889) is known color: Medium Violet Red. HEX triplet: CD, 08 and 89. RGB value is (205,8,137). Sum of RGB (Red+Green+Blue) = 205+8+137=350 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.57% from 350); Green value is 8 (3.52% from 255 or 2.29% from 350); Blue value is 137 (53.91% from 255 or 39.14% from 350); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0889 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0889 is #32F776. Grayscale: #515151. Windows color (decimal): -3340151 or 8980685. OLE color: 8980685.

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

Color convert

RGB 205 8 137 -
CMYK 0 0.96 0.33 0.20
HSL 320.71º 0.92% 0.42% -
HSV(B) 320.71º 0.96% 0.8% -
XYZ 29.78 14.96 24.98 -
YUV 81.61 159.27 216.01 -
System Red Green Blue C M Y K H S L
Decimal 205 8 137 0 0.96 0.33 0.20 320.71 0.92 0.42
Hex CD 8 89 0 60 21 14 141 5C 2A
Octal 315 10 211 0 140 41 24 501 134 52
Binary 11001101 1000 10001001 0 1100000 100001 10100 101000001 1011100 101010

Color Harmonies of #CD0889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0889

Black with #CD0889

Text Example


Text Example

White with #CD0889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0889; }

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

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

background-color css

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

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

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

border-color css

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

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

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