Html Css Color HEX #C310B9 Deep Magenta

📋 copy color: '#C310B9'

red 195 ◦ green 16 ◦ blue 185

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

Shades of Deep Magenta #C310B9

Tints of Deep Magenta #C310B9

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.04%

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

R = 49.24%
G = 4.04%
B = 46.72%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C310B9 (or 0xC310B9) is known color: Deep Magenta. HEX triplet: C3, 10 and B9. RGB value is (195,16,185). Sum of RGB (Red+Green+Blue) = 195+16+185=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 16 (6.64% from 255 or 4.04% from 396); Blue value is 185 (72.66% from 255 or 46.72% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C310B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C310B9 is #3CEF46. Grayscale: #585858. Windows color (decimal): -3993415 or 12128451. OLE color: 12128451.

HSL color Cylindrical-coordinate representation of color #C310B9: hue angle of 303.35º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C310B9 is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 16 185 -
CMYK 0 0.92 0.05 0.24
HSL 303.35º 0.85% 0.41% -
HSV(B) 303.35º 0.92% 0.76% -
XYZ 31.45 15.48 47.23 -
YUV 88.79 182.3 203.76 -
System Red Green Blue C M Y K H S L
Decimal 195 16 185 0 0.92 0.05 0.24 303.35 0.85 0.41
Hex C3 10 B9 0 5C 5 18 12F 55 29
Octal 303 20 271 0 134 5 30 457 125 51
Binary 11000011 10000 10111001 0 1011100 101 11000 100101111 1010101 101001

Color Harmonies of #C310B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C310B9

Black with #C310B9

Text Example


Text Example

White with #C310B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C310B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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