Html Css Color HEX #CD23AB Medium Violet Red

📋 copy color: '#CD23AB'

red 205 ◦ green 35 ◦ blue 171

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

Shades of Medium Violet Red #CD23AB

Tints of Medium Violet Red #CD23AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.61%

R = 49.88%
G = 8.52%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#CD23AB (or 0xCD23AB) is known color: Medium Violet Red. HEX triplet: CD, 23 and AB. RGB value is (205,35,171). Sum of RGB (Red+Green+Blue) = 205+35+171=411 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.88% from 411); Green value is 35 (14.06% from 255 or 8.52% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 205 - color contains mainly: red. Hex color #CD23AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD23AB is #32DC54. Grayscale: #646464. Windows color (decimal): -3333205 or 11215821. OLE color: 11215821.

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

Color convert

RGB 205 35 171 -
CMYK 0 0.83 0.17 0.20
HSL 312º 0.71% 0.47% -
HSV(B) 312º 0.83% 0.8% -
XYZ 33.13 17.12 40.09 -
YUV 101.33 167.32 201.94 -
System Red Green Blue C M Y K H S L
Decimal 205 35 171 0 0.83 0.17 0.20 312 0.71 0.47
Hex CD 23 AB 0 53 11 14 138 47 2F
Octal 315 43 253 0 123 21 24 470 107 57
Binary 11001101 100011 10101011 0 1010011 10001 10100 100111000 1000111 101111

Color Harmonies of #CD23AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD23AB

Black with #CD23AB

Text Example


Text Example

White with #CD23AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD23AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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