Html Css Color HEX #CD187D Medium Violet Red

📋 copy color: '#CD187D'

red 205 ◦ green 24 ◦ blue 125

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

Shades of Medium Violet Red #CD187D

Tints of Medium Violet Red #CD187D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.31%

R = 57.91%
G = 6.78%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CD187D (or 0xCD187D) is known color: Medium Violet Red. HEX triplet: CD, 18 and 7D. RGB value is (205,24,125). Sum of RGB (Red+Green+Blue) = 205+24+125=354 (46% of max value = 765). Red value is 205 (80.47% from 255 or 57.91% from 354); Green value is 24 (9.77% from 255 or 6.78% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 205 - color contains mainly: red. Hex color #CD187D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD187D is #32E782. Grayscale: #595959. Windows color (decimal): -3336067 or 8198349. OLE color: 8198349.

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

Color convert

RGB 205 24 125 -
CMYK 0 0.88 0.39 0.20
HSL 326.52º 0.79% 0.45% -
HSV(B) 326.52º 0.88% 0.8% -
XYZ 29.21 15.11 20.78 -
YUV 89.63 147.97 210.29 -
System Red Green Blue C M Y K H S L
Decimal 205 24 125 0 0.88 0.39 0.20 326.52 0.79 0.45
Hex CD 18 7D 0 58 27 14 147 4F 2D
Octal 315 30 175 0 130 47 24 507 117 55
Binary 11001101 11000 1111101 0 1011000 100111 10100 101000111 1001111 101101

Color Harmonies of #CD187D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD187D

Black with #CD187D

Text Example


Text Example

White with #CD187D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD187D; }

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

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

background-color css

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

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

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

border-color css

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

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

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