Html Css Color HEX #C313B8 Deep Magenta

📋 copy color: '#C313B8'

red 195 ◦ green 19 ◦ blue 184

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

Shades of Deep Magenta #C313B8

Tints of Deep Magenta #C313B8

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.77%

 BLUE value IS 184 (72.27% from 255) = 46.23%

R = 48.99%
G = 4.77%
B = 46.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C313B8 (or 0xC313B8) is known color: Deep Magenta. HEX triplet: C3, 13 and B8. RGB value is (195,19,184). Sum of RGB (Red+Green+Blue) = 195+19+184=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 19 (7.81% from 255 or 4.77% from 398); Blue value is 184 (72.27% from 255 or 46.23% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C313B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C313B8 is #3CEC47. Grayscale: #595959. Windows color (decimal): -3992648 or 12063683. OLE color: 12063683.

HSL color Cylindrical-coordinate representation of color #C313B8: hue angle of 303.75º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C313B8 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 19 184 -
CMYK 0 0.90 0.06 0.24
HSL 303.75º 0.82% 0.42% -
HSV(B) 303.75º 0.9% 0.76% -
XYZ 31.39 15.53 46.69 -
YUV 90.43 180.81 202.58 -
System Red Green Blue C M Y K H S L
Decimal 195 19 184 0 0.90 0.06 0.24 303.75 0.82 0.42
Hex C3 13 B8 0 5A 6 18 130 52 2A
Octal 303 23 270 0 132 6 30 460 122 52
Binary 11000011 10011 10111000 0 1011010 110 11000 100110000 1010010 101010

Color Harmonies of #C313B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C313B8

Black with #C313B8

Text Example


Text Example

White with #C313B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C313B8; }

 p { color: rgb(195,19,184); }

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

background-color css

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

 a { background-color: rgb(195,19,184); }

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

border-color css

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

 span { border-color: rgb(195,19,184); }

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