Html Css Color HEX #CD13A6 Medium Violet Red

📋 copy color: '#CD13A6'

red 205 ◦ green 19 ◦ blue 166

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

Shades of Medium Violet Red #CD13A6

Tints of Medium Violet Red #CD13A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 42.56%

R = 52.56%
G = 4.87%
B = 42.56%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#CD13A6 (or 0xCD13A6) is known color: Medium Violet Red. HEX triplet: CD, 13 and A6. RGB value is (205,19,166). Sum of RGB (Red+Green+Blue) = 205+19+166=390 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.56% from 390); Green value is 19 (7.81% from 255 or 4.87% from 390); Blue value is 166 (65.23% from 255 or 42.56% from 390); Max value from RGB is 205 - color contains mainly: red. Hex color #CD13A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD13A6 is #32EC59. Grayscale: #5A5A5A. Windows color (decimal): -3337306 or 10884045. OLE color: 10884045.

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

Color convert

RGB 205 19 166 -
CMYK 0 0.91 0.19 0.20
HSL 312.58º 0.83% 0.44% -
HSV(B) 312.58º 0.91% 0.8% -
XYZ 32.29 16.2 37.5 -
YUV 91.37 170.12 209.05 -
System Red Green Blue C M Y K H S L
Decimal 205 19 166 0 0.91 0.19 0.20 312.58 0.83 0.44
Hex CD 13 A6 0 5B 13 14 139 53 2C
Octal 315 23 246 0 133 23 24 471 123 54
Binary 11001101 10011 10100110 0 1011011 10011 10100 100111001 1010011 101100

Color Harmonies of #CD13A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD13A6

Black with #CD13A6

Text Example


Text Example

White with #CD13A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD13A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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