Html Css Color HEX #CD17A2 Medium Violet Red

📋 copy color: '#CD17A2'

red 205 ◦ green 23 ◦ blue 162

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

Shades of Medium Violet Red #CD17A2

Tints of Medium Violet Red #CD17A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 41.54%

R = 52.56%
G = 5.9%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#CD17A2 (or 0xCD17A2) is known color: Medium Violet Red. HEX triplet: CD, 17 and A2. RGB value is (205,23,162). Sum of RGB (Red+Green+Blue) = 205+23+162=390 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.56% from 390); Green value is 23 (9.38% from 255 or 5.90% from 390); Blue value is 162 (63.67% from 255 or 41.54% from 390); Max value from RGB is 205 - color contains mainly: red. Hex color #CD17A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD17A2 is #32E85D. Grayscale: #5C5C5C. Windows color (decimal): -3336286 or 10622925. OLE color: 10622925.

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

Color convert

RGB 205 23 162 -
CMYK 0 0.89 0.21 0.20
HSL 314.18º 0.8% 0.45% -
HSV(B) 314.18º 0.89% 0.8% -
XYZ 32 16.2 35.62 -
YUV 93.26 166.8 207.7 -
System Red Green Blue C M Y K H S L
Decimal 205 23 162 0 0.89 0.21 0.20 314.18 0.8 0.45
Hex CD 17 A2 0 59 15 14 13A 50 2D
Octal 315 27 242 0 131 25 24 472 120 55
Binary 11001101 10111 10100010 0 1011001 10101 10100 100111010 1010000 101101

Color Harmonies of #CD17A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD17A2

Black with #CD17A2

Text Example


Text Example

White with #CD17A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD17A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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