Html Css Color HEX #CD188C Medium Violet Red

📋 copy color: '#CD188C'

red 205 ◦ green 24 ◦ blue 140

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

Shades of Medium Violet Red #CD188C

Tints of Medium Violet Red #CD188C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.94%

R = 55.56%
G = 6.5%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CD188C (or 0xCD188C) is known color: Medium Violet Red. HEX triplet: CD, 18 and 8C. RGB value is (205,24,140). Sum of RGB (Red+Green+Blue) = 205+24+140=369 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.56% from 369); Green value is 24 (9.77% from 255 or 6.50% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 205 - color contains mainly: red. Hex color #CD188C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD188C is #32E773. Grayscale: #5B5B5B. Windows color (decimal): -3336052 or 9181389. OLE color: 9181389.

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

Color convert

RGB 205 24 140 -
CMYK 0 0.88 0.32 0.20
HSL 321.55º 0.79% 0.45% -
HSV(B) 321.55º 0.88% 0.8% -
XYZ 30.24 15.53 26.21 -
YUV 91.34 155.47 209.07 -
System Red Green Blue C M Y K H S L
Decimal 205 24 140 0 0.88 0.32 0.20 321.55 0.79 0.45
Hex CD 18 8C 0 58 20 14 142 4F 2D
Octal 315 30 214 0 130 40 24 502 117 55
Binary 11001101 11000 10001100 0 1011000 100000 10100 101000010 1001111 101101

Color Harmonies of #CD188C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD188C

Black with #CD188C

Text Example


Text Example

White with #CD188C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD188C; }

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

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

background-color css

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

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

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

border-color css

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

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

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