Html Css Color HEX #CD1DAD Medium Violet Red

📋 copy color: '#CD1DAD'

red 205 ◦ green 29 ◦ blue 173

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

Shades of Medium Violet Red #CD1DAD

Tints of Medium Violet Red #CD1DAD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.13%

 BLUE value IS 173 (67.97% from 255) = 42.51%

R = 50.37%
G = 7.13%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CD1DAD (or 0xCD1DAD) is known color: Medium Violet Red. HEX triplet: CD, 1D and AD. RGB value is (205,29,173). Sum of RGB (Red+Green+Blue) = 205+29+173=407 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.37% from 407); Green value is 29 (11.72% from 255 or 7.13% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1DAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD1DAD is #32E252. Grayscale: #616161. Windows color (decimal): -3334739 or 11345357. OLE color: 11345357.

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

Color convert

RGB 205 29 173 -
CMYK 0 0.86 0.16 0.20
HSL 310.91º 0.75% 0.46% -
HSV(B) 310.91º 0.86% 0.8% -
XYZ 33.16 16.88 41.04 -
YUV 98.04 170.31 204.29 -
System Red Green Blue C M Y K H S L
Decimal 205 29 173 0 0.86 0.16 0.20 310.91 0.75 0.46
Hex CD 1D AD 0 56 10 14 137 4B 2E
Octal 315 35 255 0 126 20 24 467 113 56
Binary 11001101 11101 10101101 0 1010110 10000 10100 100110111 1001011 101110

Color Harmonies of #CD1DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1DAD

Black with #CD1DAD

Text Example


Text Example

White with #CD1DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1DAD; }

 p { color: rgb(205,29,173); }

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

background-color css

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

 a { background-color: rgb(205,29,173); }

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

border-color css

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

 span { border-color: rgb(205,29,173); }

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