Html Css Color HEX #CD028A Medium Violet Red

📋 copy color: '#CD028A'

red 205 ◦ green 2 ◦ blue 138

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

Shades of Medium Violet Red #CD028A

Tints of Medium Violet Red #CD028A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40%

R = 59.42%
G = 0.58%
B = 40%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CD028A (or 0xCD028A) is known color: Medium Violet Red. HEX triplet: CD, 02 and 8A. RGB value is (205,2,138). Sum of RGB (Red+Green+Blue) = 205+2+138=345 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.42% from 345); Green value is 2 (1.17% from 255 or 0.58% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 205 - color contains mainly: red. Hex color #CD028A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD028A is #32FD75. Grayscale: #4D4D4D. Windows color (decimal): -3341686 or 9044685. OLE color: 9044685.

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

Color convert

RGB 205 2 138 -
CMYK 0 0.99 0.33 0.20
HSL 319.8º 0.98% 0.41% -
HSV(B) 319.8º 0.99% 0.8% -
XYZ 29.79 14.86 25.34 -
YUV 78.2 161.75 218.44 -
System Red Green Blue C M Y K H S L
Decimal 205 2 138 0 0.99 0.33 0.20 319.8 0.98 0.41
Hex CD 2 8A 0 63 21 14 140 62 29
Octal 315 2 212 0 143 41 24 500 142 51
Binary 11001101 10 10001010 0 1100011 100001 10100 101000000 1100010 101001

Color Harmonies of #CD028A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD028A

Black with #CD028A

Text Example


Text Example

White with #CD028A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD028A; }

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

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

background-color css

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

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

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

border-color css

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

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

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