Html Css Color HEX #CD128D Medium Violet Red

📋 copy color: '#CD128D'

red 205 ◦ green 18 ◦ blue 141

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

Shades of Medium Violet Red #CD128D

Tints of Medium Violet Red #CD128D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.95%

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

R = 56.32%
G = 4.95%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CD128D (or 0xCD128D) is known color: Medium Violet Red. HEX triplet: CD, 12 and 8D. RGB value is (205,18,141). Sum of RGB (Red+Green+Blue) = 205+18+141=364 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.32% from 364); Green value is 18 (7.42% from 255 or 4.95% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 205 - color contains mainly: red. Hex color #CD128D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD128D is #32ED72. Grayscale: #575757. Windows color (decimal): -3337587 or 9245389. OLE color: 9245389.

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

Color convert

RGB 205 18 141 -
CMYK 0 0.91 0.31 0.20
HSL 320.53º 0.84% 0.44% -
HSV(B) 320.53º 0.91% 0.8% -
XYZ 30.2 15.33 26.57 -
YUV 87.94 157.95 211.5 -
System Red Green Blue C M Y K H S L
Decimal 205 18 141 0 0.91 0.31 0.20 320.53 0.84 0.44
Hex CD 12 8D 0 5B 1F 14 141 54 2C
Octal 315 22 215 0 133 37 24 501 124 54
Binary 11001101 10010 10001101 0 1011011 11111 10100 101000001 1010100 101100

Color Harmonies of #CD128D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD128D

Black with #CD128D

Text Example


Text Example

White with #CD128D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD128D; }

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

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

background-color css

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

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

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

border-color css

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

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

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