Html Css Color HEX #CD1380 Medium Violet Red

📋 copy color: '#CD1380'

red 205 ◦ green 19 ◦ blue 128

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

Shades of Medium Violet Red #CD1380

Tints of Medium Violet Red #CD1380

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.4%

 BLUE value IS 128 (50.39% from 255) = 36.36%

R = 58.24%
G = 5.4%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#CD1380 (or 0xCD1380) is known color: Medium Violet Red. HEX triplet: CD, 13 and 80. RGB value is (205,19,128). Sum of RGB (Red+Green+Blue) = 205+19+128=352 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.24% from 352); Green value is 19 (7.81% from 255 or 5.40% from 352); Blue value is 128 (50.39% from 255 or 36.36% from 352); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1380 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD1380 is #32EC7F. Grayscale: #565656. Windows color (decimal): -3337344 or 8393677. OLE color: 8393677.

HSL color Cylindrical-coordinate representation of color #CD1380: hue angle of 324.84º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD1380 is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 19 128 -
CMYK 0 0.91 0.38 0.20
HSL 324.84º 0.83% 0.44% -
HSV(B) 324.84º 0.91% 0.8% -
XYZ 29.31 15 21.77 -
YUV 87.04 151.12 212.14 -
System Red Green Blue C M Y K H S L
Decimal 205 19 128 0 0.91 0.38 0.20 324.84 0.83 0.44
Hex CD 13 80 0 5B 26 14 145 53 2C
Octal 315 23 200 0 133 46 24 505 123 54
Binary 11001101 10011 10000000 0 1011011 100110 10100 101000101 1010011 101100

Color Harmonies of #CD1380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1380

Black with #CD1380

Text Example


Text Example

White with #CD1380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1380; }

 p { color: rgb(205,19,128); }

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

background-color css

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

 a { background-color: rgb(205,19,128); }

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

border-color css

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

 span { border-color: rgb(205,19,128); }

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