Html Css Color HEX #C017A1 Medium Violet Red

📋 copy color: '#C017A1'

red 192 ◦ green 23 ◦ blue 161

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

Shades of Medium Violet Red #C017A1

Tints of Medium Violet Red #C017A1

RGB

 RED value IS 192 (75.39% from 255) = 51.06%

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

 BLUE value IS 161 (63.28% from 255) = 42.82%

R = 51.06%
G = 6.12%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#C017A1 (or 0xC017A1) is known color: Medium Violet Red. HEX triplet: C0, 17 and A1. RGB value is (192,23,161). Sum of RGB (Red+Green+Blue) = 192+23+161=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 23 (9.38% from 255 or 6.12% from 376); Blue value is 161 (63.28% from 255 or 42.82% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C017A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C017A1 is #3FE85E. Grayscale: #585858. Windows color (decimal): -4188255 or 10557376. OLE color: 10557376.

HSL color Cylindrical-coordinate representation of color #C017A1: hue angle of 311.01º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C017A1 is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 23 161 -
CMYK 0 0.88 0.16 0.25
HSL 311.01º 0.79% 0.42% -
HSV(B) 311.01º 0.88% 0.75% -
XYZ 28.48 14.39 35 -
YUV 89.26 168.49 201.28 -
System Red Green Blue C M Y K H S L
Decimal 192 23 161 0 0.88 0.16 0.25 311.01 0.79 0.42
Hex C0 17 A1 0 58 10 19 137 4F 2A
Octal 300 27 241 0 130 20 31 467 117 52
Binary 11000000 10111 10100001 0 1011000 10000 11001 100110111 1001111 101010

Color Harmonies of #C017A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C017A1

Black with #C017A1

Text Example


Text Example

White with #C017A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C017A1; }

 p { color: rgb(192,23,161); }

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

background-color css

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

 a { background-color: rgb(192,23,161); }

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

border-color css

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

 span { border-color: rgb(192,23,161); }

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