Html Css Color HEX #CD188D Medium Violet Red

📋 copy color: '#CD188D'

red 205 ◦ green 24 ◦ blue 141

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

Shades of Medium Violet Red #CD188D

Tints of Medium Violet Red #CD188D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.49%

 BLUE value IS 141 (55.47% from 255) = 38.11%

R = 55.41%
G = 6.49%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CD188D (or 0xCD188D) is known color: Medium Violet Red. HEX triplet: CD, 18 and 8D. RGB value is (205,24,141). Sum of RGB (Red+Green+Blue) = 205+24+141=370 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.41% from 370); Green value is 24 (9.77% from 255 or 6.49% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 205 - color contains mainly: red. Hex color #CD188D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD188D is #32E772. Grayscale: #5B5B5B. Windows color (decimal): -3336051 or 9246925. OLE color: 9246925.

HSL color Cylindrical-coordinate representation of color #CD188D: hue angle of 321.22º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CD188D is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 24 141 -
CMYK 0 0.88 0.31 0.20
HSL 321.22º 0.79% 0.45% -
HSV(B) 321.22º 0.88% 0.8% -
XYZ 30.31 15.56 26.6 -
YUV 91.46 155.97 208.99 -
System Red Green Blue C M Y K H S L
Decimal 205 24 141 0 0.88 0.31 0.20 321.22 0.79 0.45
Hex CD 18 8D 0 58 1F 14 141 4F 2D
Octal 315 30 215 0 130 37 24 501 117 55
Binary 11001101 11000 10001101 0 1011000 11111 10100 101000001 1001111 101101

Color Harmonies of #CD188D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD188D

Black with #CD188D

Text Example


Text Example

White with #CD188D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD188D; }

 p { color: rgb(205,24,141); }

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

background-color css

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

 a { background-color: rgb(205,24,141); }

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

border-color css

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

 span { border-color: rgb(205,24,141); }

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