Html Css Color HEX #CD1C9D Medium Violet Red

📋 copy color: '#CD1C9D'

red 205 ◦ green 28 ◦ blue 157

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

Shades of Medium Violet Red #CD1C9D

Tints of Medium Violet Red #CD1C9D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.18%

 BLUE value IS 157 (61.72% from 255) = 40.26%

R = 52.56%
G = 7.18%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#CD1C9D (or 0xCD1C9D) is known color: Medium Violet Red. HEX triplet: CD, 1C and 9D. RGB value is (205,28,157). Sum of RGB (Red+Green+Blue) = 205+28+157=390 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.56% from 390); Green value is 28 (11.33% from 255 or 7.18% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1C9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD1C9D is #32E362. Grayscale: #5F5F5F. Windows color (decimal): -3335011 or 10296525. OLE color: 10296525.

HSL color Cylindrical-coordinate representation of color #CD1C9D: hue angle of 316.27º degrees, saturation: 0.76, 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 #CD1C9D is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 28 157 -
CMYK 0 0.86 0.23 0.20
HSL 316.27º 0.76% 0.46% -
HSV(B) 316.27º 0.86% 0.8% -
XYZ 31.68 16.24 33.36 -
YUV 95.63 162.64 206.01 -
System Red Green Blue C M Y K H S L
Decimal 205 28 157 0 0.86 0.23 0.20 316.27 0.76 0.46
Hex CD 1C 9D 0 56 17 14 13C 4C 2E
Octal 315 34 235 0 126 27 24 474 114 56
Binary 11001101 11100 10011101 0 1010110 10111 10100 100111100 1001100 101110

Color Harmonies of #CD1C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1C9D

Black with #CD1C9D

Text Example


Text Example

White with #CD1C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1C9D; }

 p { color: rgb(205,28,157); }

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

background-color css

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

 a { background-color: rgb(205,28,157); }

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

border-color css

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

 span { border-color: rgb(205,28,157); }

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