Html Css Color HEX #CD2187 Medium Violet Red

📋 copy color: '#CD2187'

red 205 ◦ green 33 ◦ blue 135

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

Shades of Medium Violet Red #CD2187

Tints of Medium Violet Red #CD2187

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.85%

 BLUE value IS 135 (53.13% from 255) = 36.19%

R = 54.96%
G = 8.85%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#CD2187 (or 0xCD2187) is known color: Medium Violet Red. HEX triplet: CD, 21 and 87. RGB value is (205,33,135). Sum of RGB (Red+Green+Blue) = 205+33+135=373 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.96% from 373); Green value is 33 (13.28% from 255 or 8.85% from 373); Blue value is 135 (53.12% from 255 or 36.19% from 373); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2187 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2187 is #32DE78. Grayscale: #5F5F5F. Windows color (decimal): -3333753 or 8856013. OLE color: 8856013.

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

Color convert

RGB 205 33 135 -
CMYK 0 0.84 0.34 0.20
HSL 324.42º 0.72% 0.47% -
HSV(B) 324.42º 0.84% 0.8% -
XYZ 30.09 15.82 24.39 -
YUV 96.06 149.98 205.71 -
System Red Green Blue C M Y K H S L
Decimal 205 33 135 0 0.84 0.34 0.20 324.42 0.72 0.47
Hex CD 21 87 0 54 22 14 144 48 2F
Octal 315 41 207 0 124 42 24 504 110 57
Binary 11001101 100001 10000111 0 1010100 100010 10100 101000100 1001000 101111

Color Harmonies of #CD2187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2187

Black with #CD2187

Text Example


Text Example

White with #CD2187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2187; }

 p { color: rgb(205,33,135); }

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

background-color css

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

 a { background-color: rgb(205,33,135); }

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

border-color css

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

 span { border-color: rgb(205,33,135); }

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