Html Css Color HEX #CD088D Medium Violet Red

📋 copy color: '#CD088D'

red 205 ◦ green 8 ◦ blue 141

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

Shades of Medium Violet Red #CD088D

Tints of Medium Violet Red #CD088D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.83%

R = 57.91%
G = 2.26%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CD088D (or 0xCD088D) is known color: Medium Violet Red. HEX triplet: CD, 08 and 8D. RGB value is (205,8,141). Sum of RGB (Red+Green+Blue) = 205+8+141=354 (46% of max value = 765). Red value is 205 (80.47% from 255 or 57.91% from 354); Green value is 8 (3.52% from 255 or 2.26% from 354); Blue value is 141 (55.47% from 255 or 39.83% from 354); Max value from RGB is 205 - color contains mainly: red. Hex color #CD088D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD088D is #32F772. Grayscale: #515151. Windows color (decimal): -3340147 or 9242829. OLE color: 9242829.

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

Color convert

RGB 205 8 141 -
CMYK 0 0.96 0.31 0.20
HSL 319.49º 0.92% 0.42% -
HSV(B) 319.49º 0.96% 0.8% -
XYZ 30.07 15.08 26.52 -
YUV 82.07 161.27 215.69 -
System Red Green Blue C M Y K H S L
Decimal 205 8 141 0 0.96 0.31 0.20 319.49 0.92 0.42
Hex CD 8 8D 0 60 1F 14 13F 5C 2A
Octal 315 10 215 0 140 37 24 477 134 52
Binary 11001101 1000 10001101 0 1100000 11111 10100 100111111 1011100 101010

Color Harmonies of #CD088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD088D

Black with #CD088D

Text Example


Text Example

White with #CD088D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD088D; }

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

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

background-color css

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

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

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

border-color css

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

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

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