Html Css Color HEX #CD048D Medium Violet Red

📋 copy color: '#CD048D'

red 205 ◦ green 4 ◦ blue 141

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

Shades of Medium Violet Red #CD048D

Tints of Medium Violet Red #CD048D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.14%

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

R = 58.57%
G = 1.14%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CD048D (or 0xCD048D) is known color: Medium Violet Red. HEX triplet: CD, 04 and 8D. RGB value is (205,4,141). Sum of RGB (Red+Green+Blue) = 205+4+141=350 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.57% from 350); Green value is 4 (1.95% from 255 or 1.14% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 205 - color contains mainly: red. Hex color #CD048D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD048D is #32FB72. Grayscale: #4F4F4F. Windows color (decimal): -3341171 or 9241805. OLE color: 9241805.

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

Color convert

RGB 205 4 141 -
CMYK 0 0.98 0.31 0.20
HSL 319.1º 0.96% 0.41% -
HSV(B) 319.1º 0.98% 0.8% -
XYZ 30.03 14.99 26.51 -
YUV 79.72 162.59 217.36 -
System Red Green Blue C M Y K H S L
Decimal 205 4 141 0 0.98 0.31 0.20 319.1 0.96 0.41
Hex CD 4 8D 0 62 1F 14 13F 60 29
Octal 315 4 215 0 142 37 24 477 140 51
Binary 11001101 100 10001101 0 1100010 11111 10100 100111111 1100000 101001

Color Harmonies of #CD048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD048D

Black with #CD048D

Text Example


Text Example

White with #CD048D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD048D; }

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

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

background-color css

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

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

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

border-color css

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

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

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