Html Css Color HEX #C514B3 Deep Magenta

📋 copy color: '#C514B3'

red 197 ◦ green 20 ◦ blue 179

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

Shades of Deep Magenta #C514B3

Tints of Deep Magenta #C514B3

RGB

 RED value IS 197 (77.34% from 255) = 49.75%

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

 BLUE value IS 179 (70.31% from 255) = 45.2%

R = 49.75%
G = 5.05%
B = 45.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#C514B3 (or 0xC514B3) is known color: Deep Magenta. HEX triplet: C5, 14 and B3. RGB value is (197,20,179). Sum of RGB (Red+Green+Blue) = 197+20+179=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 20 (8.20% from 255 or 5.05% from 396); Blue value is 179 (70.31% from 255 or 45.20% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C514B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C514B3 is #3AEB4C. Grayscale: #5A5A5A. Windows color (decimal): -3861325 or 11736261. OLE color: 11736261.

HSL color Cylindrical-coordinate representation of color #C514B3: hue angle of 306.1º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C514B3 is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 20 179 -
CMYK 0 0.90 0.09 0.23
HSL 306.1º 0.82% 0.43% -
HSV(B) 306.1º 0.9% 0.77% -
XYZ 31.41 15.63 44.01 -
YUV 91.05 177.64 203.57 -
System Red Green Blue C M Y K H S L
Decimal 197 20 179 0 0.90 0.09 0.23 306.1 0.82 0.43
Hex C5 14 B3 0 5A 9 17 132 52 2B
Octal 305 24 263 0 132 11 27 462 122 53
Binary 11000101 10100 10110011 0 1011010 1001 10111 100110010 1010010 101011

Color Harmonies of #C514B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C514B3

Black with #C514B3

Text Example


Text Example

White with #C514B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C514B3; }

 p { color: rgb(197,20,179); }

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

background-color css

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

 a { background-color: rgb(197,20,179); }

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

border-color css

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

 span { border-color: rgb(197,20,179); }

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