Html Css Color HEX #CD1D88 Medium Violet Red

📋 copy color: '#CD1D88'

red 205 ◦ green 29 ◦ blue 136

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

Shades of Medium Violet Red #CD1D88

Tints of Medium Violet Red #CD1D88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 36.76%

R = 55.41%
G = 7.84%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#CD1D88 (or 0xCD1D88) is known color: Medium Violet Red. HEX triplet: CD, 1D and 88. RGB value is (205,29,136). Sum of RGB (Red+Green+Blue) = 205+29+136=370 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.41% from 370); Green value is 29 (11.72% from 255 or 7.84% from 370); Blue value is 136 (53.52% from 255 or 36.76% from 370); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1D88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD1D88 is #32E277. Grayscale: #5D5D5D. Windows color (decimal): -3334776 or 8920525. OLE color: 8920525.

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

Color convert

RGB 205 29 136 -
CMYK 0 0.86 0.34 0.20
HSL 323.52º 0.75% 0.46% -
HSV(B) 323.52º 0.86% 0.8% -
XYZ 30.06 15.64 24.73 -
YUV 93.82 151.81 207.3 -
System Red Green Blue C M Y K H S L
Decimal 205 29 136 0 0.86 0.34 0.20 323.52 0.75 0.46
Hex CD 1D 88 0 56 22 14 144 4B 2E
Octal 315 35 210 0 126 42 24 504 113 56
Binary 11001101 11101 10001000 0 1010110 100010 10100 101000100 1001011 101110

Color Harmonies of #CD1D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1D88

Black with #CD1D88

Text Example


Text Example

White with #CD1D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1D88; }

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

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

background-color css

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

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

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

border-color css

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

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

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