Html Css Color HEX #CD1488 Medium Violet Red

📋 copy color: '#CD1488'

red 205 ◦ green 20 ◦ blue 136

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

Shades of Medium Violet Red #CD1488

Tints of Medium Violet Red #CD1488

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.54%

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

R = 56.79%
G = 5.54%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#CD1488 (or 0xCD1488) is known color: Medium Violet Red. HEX triplet: CD, 14 and 88. RGB value is (205,20,136). Sum of RGB (Red+Green+Blue) = 205+20+136=361 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.79% from 361); Green value is 20 (8.20% from 255 or 5.54% from 361); Blue value is 136 (53.52% from 255 or 37.67% from 361); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1488 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD1488 is #32EB77. Grayscale: #585858. Windows color (decimal): -3337080 or 8918221. OLE color: 8918221.

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

Color convert

RGB 205 20 136 -
CMYK 0 0.90 0.34 0.20
HSL 322.38º 0.82% 0.44% -
HSV(B) 322.38º 0.9% 0.8% -
XYZ 29.87 15.26 24.66 -
YUV 88.54 154.79 211.07 -
System Red Green Blue C M Y K H S L
Decimal 205 20 136 0 0.90 0.34 0.20 322.38 0.82 0.44
Hex CD 14 88 0 5A 22 14 142 52 2C
Octal 315 24 210 0 132 42 24 502 122 54
Binary 11001101 10100 10001000 0 1011010 100010 10100 101000010 1010010 101100

Color Harmonies of #CD1488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1488

Black with #CD1488

Text Example


Text Example

White with #CD1488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1488; }

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

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

background-color css

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

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

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

border-color css

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

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

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