Html Css Color HEX #CD128A Medium Violet Red

📋 copy color: '#CD128A'

red 205 ◦ green 18 ◦ blue 138

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

Shades of Medium Violet Red #CD128A

Tints of Medium Violet Red #CD128A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.23%

R = 56.79%
G = 4.99%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CD128A (or 0xCD128A) is known color: Medium Violet Red. HEX triplet: CD, 12 and 8A. RGB value is (205,18,138). Sum of RGB (Red+Green+Blue) = 205+18+138=361 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.79% from 361); Green value is 18 (7.42% from 255 or 4.99% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 205 - color contains mainly: red. Hex color #CD128A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD128A is #32ED75. Grayscale: #575757. Windows color (decimal): -3337590 or 9048781. OLE color: 9048781.

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

Color convert

RGB 205 18 138 -
CMYK 0 0.91 0.33 0.20
HSL 321.5º 0.84% 0.44% -
HSV(B) 321.5º 0.91% 0.8% -
XYZ 29.98 15.25 25.41 -
YUV 87.59 156.45 211.74 -
System Red Green Blue C M Y K H S L
Decimal 205 18 138 0 0.91 0.33 0.20 321.5 0.84 0.44
Hex CD 12 8A 0 5B 21 14 141 54 2C
Octal 315 22 212 0 133 41 24 501 124 54
Binary 11001101 10010 10001010 0 1011011 100001 10100 101000001 1010100 101100

Color Harmonies of #CD128A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD128A

Black with #CD128A

Text Example


Text Example

White with #CD128A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD128A; }

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

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

background-color css

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

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

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

border-color css

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

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

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