Html Css Color HEX #C314BB Deep Magenta

📋 copy color: '#C314BB'

red 195 ◦ green 20 ◦ blue 187

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

Shades of Deep Magenta #C314BB

Tints of Deep Magenta #C314BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.52%

R = 48.51%
G = 4.98%
B = 46.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C314BB (or 0xC314BB) is known color: Deep Magenta. HEX triplet: C3, 14 and BB. RGB value is (195,20,187). Sum of RGB (Red+Green+Blue) = 195+20+187=402 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.51% from 402); Green value is 20 (8.20% from 255 or 4.98% from 402); Blue value is 187 (73.44% from 255 or 46.52% from 402); Max value from RGB is 195 - color contains mainly: red. Hex color #C314BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C314BB is #3CEB44. Grayscale: #5A5A5A. Windows color (decimal): -3992389 or 12260547. OLE color: 12260547.

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

Color convert

RGB 195 20 187 -
CMYK 0 0.90 0.04 0.24
HSL 302.74º 0.81% 0.42% -
HSV(B) 302.74º 0.9% 0.76% -
XYZ 31.73 15.69 48.37 -
YUV 91.36 181.98 201.92 -
System Red Green Blue C M Y K H S L
Decimal 195 20 187 0 0.90 0.04 0.24 302.74 0.81 0.42
Hex C3 14 BB 0 5A 4 18 12F 51 2A
Octal 303 24 273 0 132 4 30 457 121 52
Binary 11000011 10100 10111011 0 1011010 100 11000 100101111 1010001 101010

Color Harmonies of #C314BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C314BB

Black with #C314BB

Text Example


Text Example

White with #C314BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C314BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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