Html Css Color HEX #C619B5 Deep Magenta

📋 copy color: '#C619B5'

red 198 ◦ green 25 ◦ blue 181

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

Shades of Deep Magenta #C619B5

Tints of Deep Magenta #C619B5

RGB

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

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

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

R = 49.01%
G = 6.19%
B = 44.8%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C619B5 (or 0xC619B5) is known color: Deep Magenta. HEX triplet: C6, 19 and B5. RGB value is (198,25,181). Sum of RGB (Red+Green+Blue) = 198+25+181=404 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.01% from 404); Green value is 25 (10.16% from 255 or 6.19% from 404); Blue value is 181 (71.09% from 255 or 44.80% from 404); Max value from RGB is 198 - color contains mainly: red. Hex color #C619B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C619B5 is #39E64A. Grayscale: #5E5E5E. Windows color (decimal): -3794507 or 11868614. OLE color: 11868614.

HSL color Cylindrical-coordinate representation of color #C619B5: hue angle of 305.9º 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 #C619B5 is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 25 181 -
CMYK 0 0.87 0.09 0.22
HSL 305.9º 0.78% 0.44% -
HSV(B) 305.9º 0.87% 0.78% -
XYZ 31.98 16.04 45.13 -
YUV 94.51 176.81 201.82 -
System Red Green Blue C M Y K H S L
Decimal 198 25 181 0 0.87 0.09 0.22 305.9 0.78 0.44
Hex C6 19 B5 0 57 9 16 132 4E 2C
Octal 306 31 265 0 127 11 26 462 116 54
Binary 11000110 11001 10110101 0 1010111 1001 10110 100110010 1001110 101100

Color Harmonies of #C619B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C619B5

Black with #C619B5

Text Example


Text Example

White with #C619B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C619B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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