Html Css Color HEX #C301A7 Deep Magenta

📋 copy color: '#C301A7'

red 195 ◦ green 1 ◦ blue 167

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

Shades of Deep Magenta #C301A7

Tints of Deep Magenta #C301A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 46.01%

R = 53.72%
G = 0.28%
B = 46.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C301A7 (or 0xC301A7) is known color: Deep Magenta. HEX triplet: C3, 01 and A7. RGB value is (195,1,167). Sum of RGB (Red+Green+Blue) = 195+1+167=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 1 (0.78% from 255 or 0.28% from 363); Blue value is 167 (65.62% from 255 or 46.01% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C301A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C301A7 is #3CFE58. Grayscale: #4D4D4D. Windows color (decimal): -3997273 or 10944963. OLE color: 10944963.

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

Color convert

RGB 195 1 167 -
CMYK 0 0.99 0.14 0.24
HSL 308.66º 0.99% 0.38% -
HSV(B) 308.66º 0.99% 0.76% -
XYZ 29.49 14.41 37.79 -
YUV 77.93 178.27 211.5 -
System Red Green Blue C M Y K H S L
Decimal 195 1 167 0 0.99 0.14 0.24 308.66 0.99 0.38
Hex C3 1 A7 0 63 E 18 135 63 26
Octal 303 1 247 0 143 16 30 465 143 46
Binary 11000011 1 10100111 0 1100011 1110 11000 100110101 1100011 100110

Color Harmonies of #C301A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C301A7

Black with #C301A7

Text Example


Text Example

White with #C301A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C301A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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