Html Css Color HEX #CD028D Medium Violet Red

📋 copy color: '#CD028D'

red 205 ◦ green 2 ◦ blue 141

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

Shades of Medium Violet Red #CD028D

Tints of Medium Violet Red #CD028D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.57%

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

R = 58.91%
G = 0.57%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CD028D (or 0xCD028D) is known color: Medium Violet Red. HEX triplet: CD, 02 and 8D. RGB value is (205,2,141). Sum of RGB (Red+Green+Blue) = 205+2+141=348 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.91% from 348); Green value is 2 (1.17% from 255 or 0.57% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 205 - color contains mainly: red. Hex color #CD028D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD028D is #32FD72. Grayscale: #4E4E4E. Windows color (decimal): -3341683 or 9241293. OLE color: 9241293.

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

Color convert

RGB 205 2 141 -
CMYK 0 0.99 0.31 0.20
HSL 318.92º 0.98% 0.41% -
HSV(B) 318.92º 0.99% 0.8% -
XYZ 30.01 14.95 26.5 -
YUV 78.54 163.25 218.2 -
System Red Green Blue C M Y K H S L
Decimal 205 2 141 0 0.99 0.31 0.20 318.92 0.98 0.41
Hex CD 2 8D 0 63 1F 14 13F 62 29
Octal 315 2 215 0 143 37 24 477 142 51
Binary 11001101 10 10001101 0 1100011 11111 10100 100111111 1100010 101001

Color Harmonies of #CD028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD028D

Black with #CD028D

Text Example


Text Example

White with #CD028D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD028D; }

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

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

background-color css

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

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

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

border-color css

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

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

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