Html Css Color HEX #C301A1 Medium Violet Red

📋 copy color: '#C301A1'

red 195 ◦ green 1 ◦ blue 161

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

Shades of Medium Violet Red #C301A1

Tints of Medium Violet Red #C301A1

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

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

R = 54.62%
G = 0.28%
B = 45.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C301A1 (or 0xC301A1) is known color: Medium Violet Red. HEX triplet: C3, 01 and A1. RGB value is (195,1,161). Sum of RGB (Red+Green+Blue) = 195+1+161=357 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.62% from 357); Green value is 1 (0.78% from 255 or 0.28% from 357); Blue value is 161 (63.28% from 255 or 45.10% from 357); Max value from RGB is 195 - color contains mainly: red. Hex color #C301A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C301A1 is #3CFE5E. Grayscale: #4C4C4C. Windows color (decimal): -3997279 or 10551747. OLE color: 10551747.

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

Color convert

RGB 195 1 161 -
CMYK 0 0.99 0.17 0.24
HSL 310.52º 0.99% 0.38% -
HSV(B) 310.52º 0.99% 0.76% -
XYZ 28.95 14.2 34.93 -
YUV 77.25 175.27 211.99 -
System Red Green Blue C M Y K H S L
Decimal 195 1 161 0 0.99 0.17 0.24 310.52 0.99 0.38
Hex C3 1 A1 0 63 11 18 137 63 26
Octal 303 1 241 0 143 21 30 467 143 46
Binary 11000011 1 10100001 0 1100011 10001 11000 100110111 1100011 100110

Color Harmonies of #C301A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C301A1

Black with #C301A1

Text Example


Text Example

White with #C301A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C301A1; }

 p { color: rgb(195,1,161); }

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

background-color css

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

 a { background-color: rgb(195,1,161); }

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

border-color css

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

 span { border-color: rgb(195,1,161); }

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