Html Css Color HEX #CD23A6 Medium Violet Red

📋 copy color: '#CD23A6'

red 205 ◦ green 35 ◦ blue 166

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

Shades of Medium Violet Red #CD23A6

Tints of Medium Violet Red #CD23A6

RGB

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

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

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

R = 50.49%
G = 8.62%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#CD23A6 (or 0xCD23A6) is known color: Medium Violet Red. HEX triplet: CD, 23 and A6. RGB value is (205,35,166). Sum of RGB (Red+Green+Blue) = 205+35+166=406 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.49% from 406); Green value is 35 (14.06% from 255 or 8.62% from 406); Blue value is 166 (65.23% from 255 or 40.89% from 406); Max value from RGB is 205 - color contains mainly: red. Hex color #CD23A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD23A6 is #32DC59. Grayscale: #646464. Windows color (decimal): -3333210 or 10888141. OLE color: 10888141.

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

Color convert

RGB 205 35 166 -
CMYK 0 0.83 0.19 0.20
HSL 313.76º 0.71% 0.47% -
HSV(B) 313.76º 0.83% 0.8% -
XYZ 32.66 16.93 37.62 -
YUV 100.76 164.82 202.35 -
System Red Green Blue C M Y K H S L
Decimal 205 35 166 0 0.83 0.19 0.20 313.76 0.71 0.47
Hex CD 23 A6 0 53 13 14 13A 47 2F
Octal 315 43 246 0 123 23 24 472 107 57
Binary 11001101 100011 10100110 0 1010011 10011 10100 100111010 1000111 101111

Color Harmonies of #CD23A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD23A6

Black with #CD23A6

Text Example


Text Example

White with #CD23A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD23A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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