Html Css Color HEX #CD028F Medium Violet Red

📋 copy color: '#CD028F'

red 205 ◦ green 2 ◦ blue 143

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

Shades of Medium Violet Red #CD028F

Tints of Medium Violet Red #CD028F

RGB

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

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

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

R = 58.57%
G = 0.57%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CD028F (or 0xCD028F) is known color: Medium Violet Red. HEX triplet: CD, 02 and 8F. RGB value is (205,2,143). Sum of RGB (Red+Green+Blue) = 205+2+143=350 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.57% from 350); Green value is 2 (1.17% from 255 or 0.57% from 350); Blue value is 143 (56.25% from 255 or 40.86% from 350); Max value from RGB is 205 - color contains mainly: red. Hex color #CD028F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD028F is #32FD70. Grayscale: #4E4E4E. Windows color (decimal): -3341681 or 9372365. OLE color: 9372365.

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

Color convert

RGB 205 2 143 -
CMYK 0 0.99 0.30 0.20
HSL 318.33º 0.98% 0.41% -
HSV(B) 318.33º 0.99% 0.8% -
XYZ 30.16 15.01 27.29 -
YUV 78.77 164.25 218.04 -
System Red Green Blue C M Y K H S L
Decimal 205 2 143 0 0.99 0.30 0.20 318.33 0.98 0.41
Hex CD 2 8F 0 63 1E 14 13E 62 29
Octal 315 2 217 0 143 36 24 476 142 51
Binary 11001101 10 10001111 0 1100011 11110 10100 100111110 1100010 101001

Color Harmonies of #CD028F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD028F

Black with #CD028F

Text Example


Text Example

White with #CD028F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD028F; }

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

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

background-color css

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

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

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

border-color css

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

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

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