Html Css Color HEX #CD1E88 Medium Violet Red

📋 copy color: '#CD1E88'

red 205 ◦ green 30 ◦ blue 136

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

Shades of Medium Violet Red #CD1E88

Tints of Medium Violet Red #CD1E88

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.09%

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

R = 55.26%
G = 8.09%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#CD1E88 (or 0xCD1E88) is known color: Medium Violet Red. HEX triplet: CD, 1E and 88. RGB value is (205,30,136). Sum of RGB (Red+Green+Blue) = 205+30+136=371 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.26% from 371); Green value is 30 (12.11% from 255 or 8.09% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1E88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD1E88 is #32E177. Grayscale: #5E5E5E. Windows color (decimal): -3334520 or 8920781. OLE color: 8920781.

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

Color convert

RGB 205 30 136 -
CMYK 0 0.85 0.34 0.20
HSL 323.66º 0.74% 0.46% -
HSV(B) 323.66º 0.85% 0.8% -
XYZ 30.09 15.69 24.73 -
YUV 94.41 151.48 206.88 -
System Red Green Blue C M Y K H S L
Decimal 205 30 136 0 0.85 0.34 0.20 323.66 0.74 0.46
Hex CD 1E 88 0 55 22 14 144 4A 2E
Octal 315 36 210 0 125 42 24 504 112 56
Binary 11001101 11110 10001000 0 1010101 100010 10100 101000100 1001010 101110

Color Harmonies of #CD1E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1E88

Black with #CD1E88

Text Example


Text Example

White with #CD1E88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1E88; }

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

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

background-color css

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

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

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

border-color css

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

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

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