Html Css Color HEX #C312B9 Deep Magenta

📋 copy color: '#C312B9'

red 195 ◦ green 18 ◦ blue 185

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

Shades of Deep Magenta #C312B9

Tints of Deep Magenta #C312B9

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.52%

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

R = 48.99%
G = 4.52%
B = 46.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C312B9 (or 0xC312B9) is known color: Deep Magenta. HEX triplet: C3, 12 and B9. RGB value is (195,18,185). Sum of RGB (Red+Green+Blue) = 195+18+185=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 18 (7.42% from 255 or 4.52% from 398); Blue value is 185 (72.66% from 255 or 46.48% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C312B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C312B9 is #3CED46. Grayscale: #595959. Windows color (decimal): -3992903 or 12128963. OLE color: 12128963.

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

Color convert

RGB 195 18 185 -
CMYK 0 0.91 0.05 0.24
HSL 303.39º 0.83% 0.42% -
HSV(B) 303.39º 0.91% 0.76% -
XYZ 31.48 15.54 47.24 -
YUV 89.96 181.64 202.92 -
System Red Green Blue C M Y K H S L
Decimal 195 18 185 0 0.91 0.05 0.24 303.39 0.83 0.42
Hex C3 12 B9 0 5B 5 18 12F 53 2A
Octal 303 22 271 0 133 5 30 457 123 52
Binary 11000011 10010 10111001 0 1011011 101 11000 100101111 1010011 101010

Color Harmonies of #C312B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C312B9

Black with #C312B9

Text Example


Text Example

White with #C312B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C312B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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