Html Css Color HEX #C619BE Deep Magenta

📋 copy color: '#C619BE'

red 198 ◦ green 25 ◦ blue 190

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

Shades of Deep Magenta #C619BE

Tints of Deep Magenta #C619BE

RGB

 RED value IS 198 (77.73% from 255) = 47.94%

 GREEN value IS 25 (10.16% from 255) = 6.05%

 BLUE value IS 190 (74.61% from 255) = 46%

R = 47.94%
G = 6.05%
B = 46%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C619BE (or 0xC619BE) is known color: Deep Magenta. HEX triplet: C6, 19 and BE. RGB value is (198,25,190). Sum of RGB (Red+Green+Blue) = 198+25+190=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 25 (10.16% from 255 or 6.05% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C619BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C619BE is #39E641. Grayscale: #5F5F5F. Windows color (decimal): -3794498 or 12458438. OLE color: 12458438.

HSL color Cylindrical-coordinate representation of color #C619BE: hue angle of 302.77º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C619BE is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 25 190 -
CMYK 0 0.87 0.04 0.22
HSL 302.77º 0.78% 0.44% -
HSV(B) 302.77º 0.87% 0.78% -
XYZ 32.93 16.42 50.15 -
YUV 95.54 181.31 201.08 -
System Red Green Blue C M Y K H S L
Decimal 198 25 190 0 0.87 0.04 0.22 302.77 0.78 0.44
Hex C6 19 BE 0 57 4 16 12F 4E 2C
Octal 306 31 276 0 127 4 26 457 116 54
Binary 11000110 11001 10111110 0 1010111 100 10110 100101111 1001110 101100

Color Harmonies of #C619BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C619BE

Black with #C619BE

Text Example


Text Example

White with #C619BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C619BE; }

 p { color: rgb(198,25,190); }

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

background-color css

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

 a { background-color: rgb(198,25,190); }

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

border-color css

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

 span { border-color: rgb(198,25,190); }

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