Html Css Color HEX #C619CD Deep Magenta

📋 copy color: '#C619CD'

red 198 ◦ green 25 ◦ blue 205

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

Shades of Deep Magenta #C619CD

Tints of Deep Magenta #C619CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.9%

R = 46.26%
G = 5.84%
B = 47.9%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C619CD (or 0xC619CD) is known color: Deep Magenta. HEX triplet: C6, 19 and CD. RGB value is (198,25,205). Sum of RGB (Red+Green+Blue) = 198+25+205=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 25 (10.16% from 255 or 5.84% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #C619CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C619CD is #39E632. Grayscale: #606060. Windows color (decimal): -3794483 or 13441478. OLE color: 13441478.

HSL color Cylindrical-coordinate representation of color #C619CD: hue angle of 297.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C619CD is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 198 25 205 -
CMYK 0.03 0.88 0 0.20
HSL 297.67º 0.78% 0.45% -
HSV(B) 297.67º 0.88% 0.8% -
XYZ 34.66 17.11 59.23 -
YUV 97.25 188.81 199.86 -
System Red Green Blue C M Y K H S L
Decimal 198 25 205 0.03 0.88 0 0.20 297.67 0.78 0.45
Hex C6 19 CD 3 58 0 14 12A 4E 2D
Octal 306 31 315 3 130 0 24 452 116 55
Binary 11000110 11001 11001101 11 1011000 0 10100 100101010 1001110 101101

Color Harmonies of #C619CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C619CD

Black with #C619CD

Text Example


Text Example

White with #C619CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C619CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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