Html Css Color HEX #CD058D Medium Violet Red

📋 copy color: '#CD058D'

red 205 ◦ green 5 ◦ blue 141

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

Shades of Medium Violet Red #CD058D

Tints of Medium Violet Red #CD058D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.42%

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

R = 58.4%
G = 1.42%
B = 40.17%

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

#CD058D (or 0xCD058D) is known color: Medium Violet Red. HEX triplet: CD, 05 and 8D. RGB value is (205,5,141). Sum of RGB (Red+Green+Blue) = 205+5+141=351 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.40% from 351); Green value is 5 (2.34% from 255 or 1.42% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 205 - color contains mainly: red. Hex color #CD058D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD058D is #32FA72. Grayscale: #4F4F4F. Windows color (decimal): -3340915 or 9242061. OLE color: 9242061.

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

Color convert

RGB 205 5 141 -
CMYK 0 0.98 0.31 0.20
HSL 319.2º 0.95% 0.41% -
HSV(B) 319.2º 0.98% 0.8% -
XYZ 30.04 15.01 26.51 -
YUV 80.3 162.26 216.94 -
System Red Green Blue C M Y K H S L
Decimal 205 5 141 0 0.98 0.31 0.20 319.2 0.95 0.41
Hex CD 5 8D 0 62 1F 14 13F 5F 29
Octal 315 5 215 0 142 37 24 477 137 51
Binary 11001101 101 10001101 0 1100010 11111 10100 100111111 1011111 101001

Color Harmonies of #CD058D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD058D

Black with #CD058D

Text Example


Text Example

White with #CD058D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD058D; }

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

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

background-color css

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

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

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

border-color css

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

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

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