Html Css Color HEX #C317A2 Medium Violet Red

📋 copy color: '#C317A2'

red 195 ◦ green 23 ◦ blue 162

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

Shades of Medium Violet Red #C317A2

Tints of Medium Violet Red #C317A2

RGB

 RED value IS 195 (76.56% from 255) = 51.32%

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

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

R = 51.32%
G = 6.05%
B = 42.63%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C317A2 (or 0xC317A2) is known color: Medium Violet Red. HEX triplet: C3, 17 and A2. RGB value is (195,23,162). Sum of RGB (Red+Green+Blue) = 195+23+162=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 23 (9.38% from 255 or 6.05% from 380); Blue value is 162 (63.67% from 255 or 42.63% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C317A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C317A2 is #3CE85D. Grayscale: #595959. Windows color (decimal): -3991646 or 10622915. OLE color: 10622915.

HSL color Cylindrical-coordinate representation of color #C317A2: hue angle of 311.51º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C317A2 is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 23 162 -
CMYK 0 0.88 0.17 0.24
HSL 311.51º 0.79% 0.43% -
HSV(B) 311.51º 0.88% 0.76% -
XYZ 29.33 14.82 35.5 -
YUV 90.27 168.48 202.7 -
System Red Green Blue C M Y K H S L
Decimal 195 23 162 0 0.88 0.17 0.24 311.51 0.79 0.43
Hex C3 17 A2 0 58 11 18 138 4F 2B
Octal 303 27 242 0 130 21 30 470 117 53
Binary 11000011 10111 10100010 0 1011000 10001 11000 100111000 1001111 101011

Color Harmonies of #C317A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C317A2

Black with #C317A2

Text Example


Text Example

White with #C317A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C317A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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