Html Css Color HEX #CD23A8 Medium Violet Red

📋 copy color: '#CD23A8'

red 205 ◦ green 35 ◦ blue 168

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

Shades of Medium Violet Red #CD23A8

Tints of Medium Violet Red #CD23A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 41.18%

R = 50.25%
G = 8.58%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.18

 K value IS 0.20

RGB Variations

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

Color information

#CD23A8 (or 0xCD23A8) is known color: Medium Violet Red. HEX triplet: CD, 23 and A8. RGB value is (205,35,168). Sum of RGB (Red+Green+Blue) = 205+35+168=408 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.25% from 408); Green value is 35 (14.06% from 255 or 8.58% from 408); Blue value is 168 (66.02% from 255 or 41.18% from 408); Max value from RGB is 205 - color contains mainly: red. Hex color #CD23A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD23A8 is #32DC57. Grayscale: #646464. Windows color (decimal): -3333208 or 11019213. OLE color: 11019213.

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

Color convert

RGB 205 35 168 -
CMYK 0 0.83 0.18 0.20
HSL 313.06º 0.71% 0.47% -
HSV(B) 313.06º 0.83% 0.8% -
XYZ 32.85 17.01 38.6 -
YUV 100.99 165.82 202.19 -
System Red Green Blue C M Y K H S L
Decimal 205 35 168 0 0.83 0.18 0.20 313.06 0.71 0.47
Hex CD 23 A8 0 53 12 14 139 47 2F
Octal 315 43 250 0 123 22 24 471 107 57
Binary 11001101 100011 10101000 0 1010011 10010 10100 100111001 1000111 101111

Color Harmonies of #CD23A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD23A8

Black with #CD23A8

Text Example


Text Example

White with #CD23A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD23A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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