Html Css Color HEX #CD15A2 Medium Violet Red

📋 copy color: '#CD15A2'

red 205 ◦ green 21 ◦ blue 162

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

Shades of Medium Violet Red #CD15A2

Tints of Medium Violet Red #CD15A2

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.41%

 BLUE value IS 162 (63.67% from 255) = 41.75%

R = 52.84%
G = 5.41%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#CD15A2 (or 0xCD15A2) is known color: Medium Violet Red. HEX triplet: CD, 15 and A2. RGB value is (205,21,162). Sum of RGB (Red+Green+Blue) = 205+21+162=388 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.84% from 388); Green value is 21 (8.59% from 255 or 5.41% from 388); Blue value is 162 (63.67% from 255 or 41.75% from 388); Max value from RGB is 205 - color contains mainly: red. Hex color #CD15A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD15A2 is #32EA5D. Grayscale: #5B5B5B. Windows color (decimal): -3336798 or 10622413. OLE color: 10622413.

HSL color Cylindrical-coordinate representation of color #CD15A2: hue angle of 314.02º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD15A2 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 21 162 -
CMYK 0 0.90 0.21 0.20
HSL 314.02º 0.81% 0.44% -
HSV(B) 314.02º 0.9% 0.8% -
XYZ 31.97 16.12 35.61 -
YUV 92.09 167.46 208.54 -
System Red Green Blue C M Y K H S L
Decimal 205 21 162 0 0.90 0.21 0.20 314.02 0.81 0.44
Hex CD 15 A2 0 5A 15 14 13A 51 2C
Octal 315 25 242 0 132 25 24 472 121 54
Binary 11001101 10101 10100010 0 1011010 10101 10100 100111010 1010001 101100

Color Harmonies of #CD15A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD15A2

Black with #CD15A2

Text Example


Text Example

White with #CD15A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD15A2; }

 p { color: rgb(205,21,162); }

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

background-color css

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

 a { background-color: rgb(205,21,162); }

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

border-color css

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

 span { border-color: rgb(205,21,162); }

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