Html Css Color HEX #C301B9 Deep Magenta

📋 copy color: '#C301B9'

red 195 ◦ green 1 ◦ blue 185

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

Shades of Deep Magenta #C301B9

Tints of Deep Magenta #C301B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 48.56%

R = 51.18%
G = 0.26%
B = 48.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C301B9 (or 0xC301B9) is known color: Deep Magenta. HEX triplet: C3, 01 and B9. RGB value is (195,1,185). Sum of RGB (Red+Green+Blue) = 195+1+185=381 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.18% from 381); Green value is 1 (0.78% from 255 or 0.26% from 381); Blue value is 185 (72.66% from 255 or 48.56% from 381); Max value from RGB is 195 - color contains mainly: red. Hex color #C301B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C301B9 is #3CFE46. Grayscale: #4F4F4F. Windows color (decimal): -3997255 or 12124611. OLE color: 12124611.

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

Color convert

RGB 195 1 185 -
CMYK 0 0.99 0.05 0.24
HSL 303.09º 0.99% 0.38% -
HSV(B) 303.09º 0.99% 0.76% -
XYZ 31.27 15.13 47.17 -
YUV 79.98 187.27 210.04 -
System Red Green Blue C M Y K H S L
Decimal 195 1 185 0 0.99 0.05 0.24 303.09 0.99 0.38
Hex C3 1 B9 0 63 5 18 12F 63 26
Octal 303 1 271 0 143 5 30 457 143 46
Binary 11000011 1 10111001 0 1100011 101 11000 100101111 1100011 100110

Color Harmonies of #C301B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C301B9

Black with #C301B9

Text Example


Text Example

White with #C301B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C301B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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