Html Css Color HEX #CD23AD Medium Violet Red

📋 copy color: '#CD23AD'

red 205 ◦ green 35 ◦ blue 173

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

Shades of Medium Violet Red #CD23AD

Tints of Medium Violet Red #CD23AD

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.47%

 BLUE value IS 173 (67.97% from 255) = 41.89%

R = 49.64%
G = 8.47%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CD23AD (or 0xCD23AD) is known color: Medium Violet Red. HEX triplet: CD, 23 and AD. RGB value is (205,35,173). Sum of RGB (Red+Green+Blue) = 205+35+173=413 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.64% from 413); Green value is 35 (14.06% from 255 or 8.47% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 205 - color contains mainly: red. Hex color #CD23AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD23AD is #32DC52. Grayscale: #656565. Windows color (decimal): -3333203 or 11346893. OLE color: 11346893.

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

Color convert

RGB 205 35 173 -
CMYK 0 0.83 0.16 0.20
HSL 311.29º 0.71% 0.47% -
HSV(B) 311.29º 0.83% 0.8% -
XYZ 33.32 17.2 41.1 -
YUV 101.56 168.32 201.78 -
System Red Green Blue C M Y K H S L
Decimal 205 35 173 0 0.83 0.16 0.20 311.29 0.71 0.47
Hex CD 23 AD 0 53 10 14 137 47 2F
Octal 315 43 255 0 123 20 24 467 107 57
Binary 11001101 100011 10101101 0 1010011 10000 10100 100110111 1000111 101111

Color Harmonies of #CD23AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD23AD

Black with #CD23AD

Text Example


Text Example

White with #CD23AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD23AD; }

 p { color: rgb(205,35,173); }

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

background-color css

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

 a { background-color: rgb(205,35,173); }

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

border-color css

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

 span { border-color: rgb(205,35,173); }

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