Html Css Color HEX #CD058F Medium Violet Red

📋 copy color: '#CD058F'

red 205 ◦ green 5 ◦ blue 143

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

Shades of Medium Violet Red #CD058F

Tints of Medium Violet Red #CD058F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.51%

R = 58.07%
G = 1.42%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CD058F (or 0xCD058F) is known color: Medium Violet Red. HEX triplet: CD, 05 and 8F. RGB value is (205,5,143). Sum of RGB (Red+Green+Blue) = 205+5+143=353 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.07% from 353); Green value is 5 (2.34% from 255 or 1.42% from 353); Blue value is 143 (56.25% from 255 or 40.51% from 353); Max value from RGB is 205 - color contains mainly: red. Hex color #CD058F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD058F is #32FA70. Grayscale: #505050. Windows color (decimal): -3340913 or 9373133. OLE color: 9373133.

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

Color convert

RGB 205 5 143 -
CMYK 0 0.98 0.30 0.20
HSL 318.6º 0.95% 0.41% -
HSV(B) 318.6º 0.98% 0.8% -
XYZ 30.19 15.07 27.3 -
YUV 80.53 163.26 216.78 -
System Red Green Blue C M Y K H S L
Decimal 205 5 143 0 0.98 0.30 0.20 318.6 0.95 0.41
Hex CD 5 8F 0 62 1E 14 13F 5F 29
Octal 315 5 217 0 142 36 24 477 137 51
Binary 11001101 101 10001111 0 1100010 11110 10100 100111111 1011111 101001

Color Harmonies of #CD058F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD058F

Black with #CD058F

Text Example


Text Example

White with #CD058F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD058F; }

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

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

background-color css

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

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

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

border-color css

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

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

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