Html Css Color HEX #CD188F Medium Violet Red

📋 copy color: '#CD188F'

red 205 ◦ green 24 ◦ blue 143

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

Shades of Medium Violet Red #CD188F

Tints of Medium Violet Red #CD188F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.44%

R = 55.11%
G = 6.45%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CD188F (or 0xCD188F) is known color: Medium Violet Red. HEX triplet: CD, 18 and 8F. RGB value is (205,24,143). Sum of RGB (Red+Green+Blue) = 205+24+143=372 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.11% from 372); Green value is 24 (9.77% from 255 or 6.45% from 372); Blue value is 143 (56.25% from 255 or 38.44% from 372); Max value from RGB is 205 - color contains mainly: red. Hex color #CD188F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD188F is #32E770. Grayscale: #5B5B5B. Windows color (decimal): -3336049 or 9377997. OLE color: 9377997.

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

Color convert

RGB 205 24 143 -
CMYK 0 0.88 0.30 0.20
HSL 320.55º 0.79% 0.45% -
HSV(B) 320.55º 0.88% 0.8% -
XYZ 30.46 15.62 27.4 -
YUV 91.69 156.97 208.82 -
System Red Green Blue C M Y K H S L
Decimal 205 24 143 0 0.88 0.30 0.20 320.55 0.79 0.45
Hex CD 18 8F 0 58 1E 14 141 4F 2D
Octal 315 30 217 0 130 36 24 501 117 55
Binary 11001101 11000 10001111 0 1011000 11110 10100 101000001 1001111 101101

Color Harmonies of #CD188F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD188F

Black with #CD188F

Text Example


Text Example

White with #CD188F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD188F; }

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

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

background-color css

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

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

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

border-color css

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

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

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