Html Css Color HEX #CD13A1 Medium Violet Red

📋 copy color: '#CD13A1'

red 205 ◦ green 19 ◦ blue 161

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

Shades of Medium Violet Red #CD13A1

Tints of Medium Violet Red #CD13A1

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.94%

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

R = 53.25%
G = 4.94%
B = 41.82%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#CD13A1 (or 0xCD13A1) is known color: Medium Violet Red. HEX triplet: CD, 13 and A1. RGB value is (205,19,161). Sum of RGB (Red+Green+Blue) = 205+19+161=385 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.25% from 385); Green value is 19 (7.81% from 255 or 4.94% from 385); Blue value is 161 (63.28% from 255 or 41.82% from 385); Max value from RGB is 205 - color contains mainly: red. Hex color #CD13A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD13A1 is #32EC5E. Grayscale: #5A5A5A. Windows color (decimal): -3337311 or 10556365. OLE color: 10556365.

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

Color convert

RGB 205 19 161 -
CMYK 0 0.91 0.21 0.20
HSL 314.19º 0.83% 0.44% -
HSV(B) 314.19º 0.91% 0.8% -
XYZ 31.84 16.02 35.13 -
YUV 90.8 167.62 209.45 -
System Red Green Blue C M Y K H S L
Decimal 205 19 161 0 0.91 0.21 0.20 314.19 0.83 0.44
Hex CD 13 A1 0 5B 15 14 13A 53 2C
Octal 315 23 241 0 133 25 24 472 123 54
Binary 11001101 10011 10100001 0 1011011 10101 10100 100111010 1010011 101100

Color Harmonies of #CD13A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD13A1

Black with #CD13A1

Text Example


Text Example

White with #CD13A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD13A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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