Html Css Color HEX #CD28A1 Medium Violet Red

📋 copy color: '#CD28A1'

red 205 ◦ green 40 ◦ blue 161

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

Shades of Medium Violet Red #CD28A1

Tints of Medium Violet Red #CD28A1

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.85%

 BLUE value IS 161 (63.28% from 255) = 39.66%

R = 50.49%
G = 9.85%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#CD28A1 (or 0xCD28A1) is known color: Medium Violet Red. HEX triplet: CD, 28 and A1. RGB value is (205,40,161). Sum of RGB (Red+Green+Blue) = 205+40+161=406 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.49% from 406); Green value is 40 (16.02% from 255 or 9.85% from 406); Blue value is 161 (63.28% from 255 or 39.66% from 406); Max value from RGB is 205 - color contains mainly: red. Hex color #CD28A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD28A1 is #32D75E. Grayscale: #666666. Windows color (decimal): -3331935 or 10561741. OLE color: 10561741.

HSL color Cylindrical-coordinate representation of color #CD28A1: hue angle of 316º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD28A1 is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 40 161 -
CMYK 0 0.80 0.21 0.20
HSL 316º 0.67% 0.48% -
HSV(B) 316º 0.8% 0.8% -
XYZ 32.37 17.07 35.31 -
YUV 103.13 160.66 200.66 -
System Red Green Blue C M Y K H S L
Decimal 205 40 161 0 0.80 0.21 0.20 316 0.67 0.48
Hex CD 28 A1 0 50 15 14 13C 43 30
Octal 315 50 241 0 120 25 24 474 103 60
Binary 11001101 101000 10100001 0 1010000 10101 10100 100111100 1000011 110000

Color Harmonies of #CD28A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD28A1

Black with #CD28A1

Text Example


Text Example

White with #CD28A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD28A1; }

 p { color: rgb(205,40,161); }

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

background-color css

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

 a { background-color: rgb(205,40,161); }

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

border-color css

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

 span { border-color: rgb(205,40,161); }

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