Html Css Color HEX #CD28A8 Medium Violet Red

📋 copy color: '#CD28A8'

red 205 ◦ green 40 ◦ blue 168

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

Shades of Medium Violet Red #CD28A8

Tints of Medium Violet Red #CD28A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.68%

R = 49.64%
G = 9.69%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.18

 K value IS 0.20

RGB Variations

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

Color information

#CD28A8 (or 0xCD28A8) is known color: Medium Violet Red. HEX triplet: CD, 28 and A8. RGB value is (205,40,168). Sum of RGB (Red+Green+Blue) = 205+40+168=413 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.64% from 413); Green value is 40 (16.02% from 255 or 9.69% from 413); Blue value is 168 (66.02% from 255 or 40.68% from 413); Max value from RGB is 205 - color contains mainly: red. Hex color #CD28A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD28A8 is #32D757. Grayscale: #676767. Windows color (decimal): -3331928 or 11020493. OLE color: 11020493.

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

Color convert

RGB 205 40 168 -
CMYK 0 0.80 0.18 0.20
HSL 313.45º 0.67% 0.48% -
HSV(B) 313.45º 0.8% 0.8% -
XYZ 33 17.32 38.65 -
YUV 103.93 164.16 200.09 -
System Red Green Blue C M Y K H S L
Decimal 205 40 168 0 0.80 0.18 0.20 313.45 0.67 0.48
Hex CD 28 A8 0 50 12 14 139 43 30
Octal 315 50 250 0 120 22 24 471 103 60
Binary 11001101 101000 10101000 0 1010000 10010 10100 100111001 1000011 110000

Color Harmonies of #CD28A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD28A8

Black with #CD28A8

Text Example


Text Example

White with #CD28A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD28A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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