Html Css Color HEX #CD2493 Medium Violet Red

📋 copy color: '#CD2493'

red 205 ◦ green 36 ◦ blue 147

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

Shades of Medium Violet Red #CD2493

Tints of Medium Violet Red #CD2493

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.28%

 BLUE value IS 147 (57.81% from 255) = 37.89%

R = 52.84%
G = 9.28%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CD2493 (or 0xCD2493) is known color: Medium Violet Red. HEX triplet: CD, 24 and 93. RGB value is (205,36,147). Sum of RGB (Red+Green+Blue) = 205+36+147=388 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.84% from 388); Green value is 36 (14.45% from 255 or 9.28% from 388); Blue value is 147 (57.81% from 255 or 37.89% from 388); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2493 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2493 is #32DB6C. Grayscale: #626262. Windows color (decimal): -3332973 or 9643213. OLE color: 9643213.

HSL color Cylindrical-coordinate representation of color #CD2493: hue angle of 320.59º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CD2493 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 36 147 -
CMYK 0 0.82 0.28 0.20
HSL 320.59º 0.7% 0.47% -
HSV(B) 320.59º 0.82% 0.8% -
XYZ 31.07 16.35 29.12 -
YUV 99.19 154.99 203.47 -
System Red Green Blue C M Y K H S L
Decimal 205 36 147 0 0.82 0.28 0.20 320.59 0.7 0.47
Hex CD 24 93 0 52 1C 14 141 46 2F
Octal 315 44 223 0 122 34 24 501 106 57
Binary 11001101 100100 10010011 0 1010010 11100 10100 101000001 1000110 101111

Color Harmonies of #CD2493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2493

Black with #CD2493

Text Example


Text Example

White with #CD2493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2493; }

 p { color: rgb(205,36,147); }

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

background-color css

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

 a { background-color: rgb(205,36,147); }

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

border-color css

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

 span { border-color: rgb(205,36,147); }

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