Html Css Color HEX #CD28AF Medium Violet Red

📋 copy color: '#CD28AF'

red 205 ◦ green 40 ◦ blue 175

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

Shades of Medium Violet Red #CD28AF

Tints of Medium Violet Red #CD28AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.67%

R = 48.81%
G = 9.52%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CD28AF (or 0xCD28AF) is known color: Medium Violet Red. HEX triplet: CD, 28 and AF. RGB value is (205,40,175). Sum of RGB (Red+Green+Blue) = 205+40+175=420 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.81% from 420); Green value is 40 (16.02% from 255 or 9.52% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 205 - color contains mainly: red. Hex color #CD28AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD28AF is #32D750. Grayscale: #686868. Windows color (decimal): -3331921 or 11479245. OLE color: 11479245.

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

Color convert

RGB 205 40 175 -
CMYK 0 0.80 0.15 0.20
HSL 310.91º 0.67% 0.48% -
HSV(B) 310.91º 0.8% 0.8% -
XYZ 33.67 17.59 42.18 -
YUV 104.73 167.66 199.52 -
System Red Green Blue C M Y K H S L
Decimal 205 40 175 0 0.80 0.15 0.20 310.91 0.67 0.48
Hex CD 28 AF 0 50 F 14 137 43 30
Octal 315 50 257 0 120 17 24 467 103 60
Binary 11001101 101000 10101111 0 1010000 1111 10100 100110111 1000011 110000

Color Harmonies of #CD28AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD28AF

Black with #CD28AF

Text Example


Text Example

White with #CD28AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD28AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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