Html Css Color HEX #C301A4 Medium Violet Red

📋 copy color: '#C301A4'

red 195 ◦ green 1 ◦ blue 164

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

Shades of Medium Violet Red #C301A4

Tints of Medium Violet Red #C301A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 45.56%

R = 54.17%
G = 0.28%
B = 45.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C301A4 (or 0xC301A4) is known color: Medium Violet Red. HEX triplet: C3, 01 and A4. RGB value is (195,1,164). Sum of RGB (Red+Green+Blue) = 195+1+164=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 1 (0.78% from 255 or 0.28% from 360); Blue value is 164 (64.45% from 255 or 45.56% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C301A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C301A4 is #3CFE5B. Grayscale: #4D4D4D. Windows color (decimal): -3997276 or 10748355. OLE color: 10748355.

HSL color Cylindrical-coordinate representation of color #C301A4: hue angle of 309.59º 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 #C301A4 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 1 164 -
CMYK 0 0.99 0.16 0.24
HSL 309.59º 0.99% 0.38% -
HSV(B) 309.59º 0.99% 0.76% -
XYZ 29.22 14.3 36.34 -
YUV 77.59 176.77 211.75 -
System Red Green Blue C M Y K H S L
Decimal 195 1 164 0 0.99 0.16 0.24 309.59 0.99 0.38
Hex C3 1 A4 0 63 10 18 136 63 26
Octal 303 1 244 0 143 20 30 466 143 46
Binary 11000011 1 10100100 0 1100011 10000 11000 100110110 1100011 100110

Color Harmonies of #C301A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C301A4

Black with #C301A4

Text Example


Text Example

White with #C301A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C301A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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