Html Css Color HEX #C314B5 Deep Magenta

📋 copy color: '#C314B5'

red 195 ◦ green 20 ◦ blue 181

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

Shades of Deep Magenta #C314B5

Tints of Deep Magenta #C314B5

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.05%

 BLUE value IS 181 (71.09% from 255) = 45.71%

R = 49.24%
G = 5.05%
B = 45.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C314B5 (or 0xC314B5) is known color: Deep Magenta. HEX triplet: C3, 14 and B5. RGB value is (195,20,181). Sum of RGB (Red+Green+Blue) = 195+20+181=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 20 (8.20% from 255 or 5.05% from 396); Blue value is 181 (71.09% from 255 or 45.71% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C314B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C314B5 is #3CEB4A. Grayscale: #5A5A5A. Windows color (decimal): -3992395 or 11867331. OLE color: 11867331.

HSL color Cylindrical-coordinate representation of color #C314B5: hue angle of 304.8º degrees, saturation: 0.81, 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 #C314B5 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 20 181 -
CMYK 0 0.90 0.07 0.24
HSL 304.8º 0.81% 0.42% -
HSV(B) 304.8º 0.9% 0.76% -
XYZ 31.1 15.44 45.06 -
YUV 90.68 178.98 202.41 -
System Red Green Blue C M Y K H S L
Decimal 195 20 181 0 0.90 0.07 0.24 304.8 0.81 0.42
Hex C3 14 B5 0 5A 7 18 131 51 2A
Octal 303 24 265 0 132 7 30 461 121 52
Binary 11000011 10100 10110101 0 1011010 111 11000 100110001 1010001 101010

Color Harmonies of #C314B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C314B5

Black with #C314B5

Text Example


Text Example

White with #C314B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C314B5; }

 p { color: rgb(195,20,181); }

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

background-color css

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

 a { background-color: rgb(195,20,181); }

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

border-color css

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

 span { border-color: rgb(195,20,181); }

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