Html Css Color HEX #C619C1 Deep Magenta

📋 copy color: '#C619C1'

red 198 ◦ green 25 ◦ blue 193

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

Shades of Deep Magenta #C619C1

Tints of Deep Magenta #C619C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 46.39%

R = 47.6%
G = 6.01%
B = 46.39%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C619C1 (or 0xC619C1) is known color: Deep Magenta. HEX triplet: C6, 19 and C1. RGB value is (198,25,193). Sum of RGB (Red+Green+Blue) = 198+25+193=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 25 (10.16% from 255 or 6.01% from 416); Blue value is 193 (75.78% from 255 or 46.39% from 416); Max value from RGB is 198 - color contains mainly: red. Hex color #C619C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C619C1 is #39E63E. Grayscale: #5F5F5F. Windows color (decimal): -3794495 or 12655046. OLE color: 12655046.

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

Color convert

RGB 198 25 193 -
CMYK 0 0.87 0.03 0.22
HSL 301.73º 0.78% 0.44% -
HSV(B) 301.73º 0.87% 0.78% -
XYZ 33.26 16.55 51.89 -
YUV 95.88 182.81 200.84 -
System Red Green Blue C M Y K H S L
Decimal 198 25 193 0 0.87 0.03 0.22 301.73 0.78 0.44
Hex C6 19 C1 0 57 3 16 12E 4E 2C
Octal 306 31 301 0 127 3 26 456 116 54
Binary 11000110 11001 11000001 0 1010111 11 10110 100101110 1001110 101100

Color Harmonies of #C619C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C619C1

Black with #C619C1

Text Example


Text Example

White with #C619C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C619C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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