Html Css Color HEX #CD028E Medium Violet Red

📋 copy color: '#CD028E'

red 205 ◦ green 2 ◦ blue 142

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

Shades of Medium Violet Red #CD028E

Tints of Medium Violet Red #CD028E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40.69%

R = 58.74%
G = 0.57%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CD028E (or 0xCD028E) is known color: Medium Violet Red. HEX triplet: CD, 02 and 8E. RGB value is (205,2,142). Sum of RGB (Red+Green+Blue) = 205+2+142=349 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.74% from 349); Green value is 2 (1.17% from 255 or 0.57% from 349); Blue value is 142 (55.86% from 255 or 40.69% from 349); Max value from RGB is 205 - color contains mainly: red. Hex color #CD028E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD028E is #32FD71. Grayscale: #4E4E4E. Windows color (decimal): -3341682 or 9306829. OLE color: 9306829.

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

Color convert

RGB 205 2 142 -
CMYK 0 0.99 0.31 0.20
HSL 318.62º 0.98% 0.41% -
HSV(B) 318.62º 0.99% 0.8% -
XYZ 30.08 14.98 26.9 -
YUV 78.66 163.75 218.12 -
System Red Green Blue C M Y K H S L
Decimal 205 2 142 0 0.99 0.31 0.20 318.62 0.98 0.41
Hex CD 2 8E 0 63 1F 14 13F 62 29
Octal 315 2 216 0 143 37 24 477 142 51
Binary 11001101 10 10001110 0 1100011 11111 10100 100111111 1100010 101001

Color Harmonies of #CD028E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD028E

Black with #CD028E

Text Example


Text Example

White with #CD028E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD028E; }

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

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

background-color css

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

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

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

border-color css

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

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

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