Html Css Color HEX #CD17A8 Medium Violet Red

📋 copy color: '#CD17A8'

red 205 ◦ green 23 ◦ blue 168

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

Shades of Medium Violet Red #CD17A8

Tints of Medium Violet Red #CD17A8

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.81%

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

R = 51.77%
G = 5.81%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.18

 K value IS 0.20

RGB Variations

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

Color information

#CD17A8 (or 0xCD17A8) is known color: Medium Violet Red. HEX triplet: CD, 17 and A8. RGB value is (205,23,168). Sum of RGB (Red+Green+Blue) = 205+23+168=396 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.77% from 396); Green value is 23 (9.38% from 255 or 5.81% from 396); Blue value is 168 (66.02% from 255 or 42.42% from 396); Max value from RGB is 205 - color contains mainly: red. Hex color #CD17A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD17A8 is #32E857. Grayscale: #5D5D5D. Windows color (decimal): -3336280 or 11016141. OLE color: 11016141.

HSL color Cylindrical-coordinate representation of color #CD17A8: hue angle of 312.2º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CD17A8 is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 23 168 -
CMYK 0 0.89 0.18 0.20
HSL 312.2º 0.8% 0.45% -
HSV(B) 312.2º 0.89% 0.8% -
XYZ 32.55 16.42 38.5 -
YUV 93.95 169.8 207.21 -
System Red Green Blue C M Y K H S L
Decimal 205 23 168 0 0.89 0.18 0.20 312.2 0.8 0.45
Hex CD 17 A8 0 59 12 14 138 50 2D
Octal 315 27 250 0 131 22 24 470 120 55
Binary 11001101 10111 10101000 0 1011001 10010 10100 100111000 1010000 101101

Color Harmonies of #CD17A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD17A8

Black with #CD17A8

Text Example


Text Example

White with #CD17A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD17A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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