Html Css Color HEX #C619CC Deep Magenta

📋 copy color: '#C619CC'

red 198 ◦ green 25 ◦ blue 204

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

Shades of Deep Magenta #C619CC

Tints of Deep Magenta #C619CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.78%

R = 46.37%
G = 5.85%
B = 47.78%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C619CC (or 0xC619CC) is known color: Deep Magenta. HEX triplet: C6, 19 and CC. RGB value is (198,25,204). Sum of RGB (Red+Green+Blue) = 198+25+204=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 25 (10.16% from 255 or 5.85% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #C619CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C619CC is #39E633. Grayscale: #606060. Windows color (decimal): -3794484 or 13375942. OLE color: 13375942.

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

Color convert

RGB 198 25 204 -
CMYK 0.03 0.88 0 0.2
HSL 297.99º 0.78% 0.45% -
HSV(B) 297.99º 0.88% 0.8% -
XYZ 34.54 17.06 58.6 -
YUV 97.13 188.31 199.95 -
System Red Green Blue C M Y K H S L
Decimal 198 25 204 0.03 0.88 0 0.2 297.99 0.78 0.45
Hex C6 19 CC 3 58 0 14 12A 4E 2D
Octal 306 31 314 3 130 0 24 452 116 55
Binary 11000110 11001 11001100 11 1011000 0 10100 100101010 1001110 101101

Color Harmonies of #C619CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C619CC

Black with #C619CC

Text Example


Text Example

White with #C619CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C619CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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