Html Css Color HEX #CD1581 Medium Violet Red

📋 copy color: '#CD1581'

red 205 ◦ green 21 ◦ blue 129

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

Shades of Medium Violet Red #CD1581

Tints of Medium Violet Red #CD1581

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.92%

 BLUE value IS 129 (50.78% from 255) = 36.34%

R = 57.75%
G = 5.92%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#CD1581 (or 0xCD1581) is known color: Medium Violet Red. HEX triplet: CD, 15 and 81. RGB value is (205,21,129). Sum of RGB (Red+Green+Blue) = 205+21+129=355 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.75% from 355); Green value is 21 (8.59% from 255 or 5.92% from 355); Blue value is 129 (50.78% from 255 or 36.34% from 355); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1581 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD1581 is #32EA7E. Grayscale: #585858. Windows color (decimal): -3336831 or 8459725. OLE color: 8459725.

HSL color Cylindrical-coordinate representation of color #CD1581: hue angle of 324.78º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD1581 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 21 129 -
CMYK 0 0.90 0.37 0.20
HSL 324.78º 0.81% 0.44% -
HSV(B) 324.78º 0.9% 0.8% -
XYZ 29.41 15.1 22.13 -
YUV 88.33 150.96 211.22 -
System Red Green Blue C M Y K H S L
Decimal 205 21 129 0 0.90 0.37 0.20 324.78 0.81 0.44
Hex CD 15 81 0 5A 25 14 145 51 2C
Octal 315 25 201 0 132 45 24 505 121 54
Binary 11001101 10101 10000001 0 1011010 100101 10100 101000101 1010001 101100

Color Harmonies of #CD1581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1581

Black with #CD1581

Text Example


Text Example

White with #CD1581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1581; }

 p { color: rgb(205,21,129); }

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

background-color css

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

 a { background-color: rgb(205,21,129); }

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

border-color css

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

 span { border-color: rgb(205,21,129); }

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