Html Css Color HEX #CD048C Medium Violet Red

📋 copy color: '#CD048C'

red 205 ◦ green 4 ◦ blue 140

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

Shades of Medium Violet Red #CD048C

Tints of Medium Violet Red #CD048C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.11%

R = 58.74%
G = 1.15%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CD048C (or 0xCD048C) is known color: Medium Violet Red. HEX triplet: CD, 04 and 8C. RGB value is (205,4,140). Sum of RGB (Red+Green+Blue) = 205+4+140=349 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.74% from 349); Green value is 4 (1.95% from 255 or 1.15% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 205 - color contains mainly: red. Hex color #CD048C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD048C is #32FB73. Grayscale: #4F4F4F. Windows color (decimal): -3341172 or 9176269. OLE color: 9176269.

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

Color convert

RGB 205 4 140 -
CMYK 0 0.98 0.32 0.20
HSL 319.4º 0.96% 0.41% -
HSV(B) 319.4º 0.98% 0.8% -
XYZ 29.95 14.96 26.12 -
YUV 79.6 162.09 217.44 -
System Red Green Blue C M Y K H S L
Decimal 205 4 140 0 0.98 0.32 0.20 319.4 0.96 0.41
Hex CD 4 8C 0 62 20 14 13F 60 29
Octal 315 4 214 0 142 40 24 477 140 51
Binary 11001101 100 10001100 0 1100010 100000 10100 100111111 1100000 101001

Color Harmonies of #CD048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD048C

Black with #CD048C

Text Example


Text Example

White with #CD048C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD048C; }

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

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

background-color css

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

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

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

border-color css

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

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

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