Html Css Color HEX #C616CC Deep Magenta

📋 copy color: '#C616CC'

red 198 ◦ green 22 ◦ blue 204

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

Shades of Deep Magenta #C616CC

Tints of Deep Magenta #C616CC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.19%

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

R = 46.7%
G = 5.19%
B = 48.11%

CMYK

 C value IS 0.03

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C616CC (or 0xC616CC) is known color: Deep Magenta. HEX triplet: C6, 16 and CC. RGB value is (198,22,204). Sum of RGB (Red+Green+Blue) = 198+22+204=424 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.70% from 424); Green value is 22 (8.98% from 255 or 5.19% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #C616CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C616CC is #39E933. Grayscale: #5E5E5E. Windows color (decimal): -3795252 or 13375174. OLE color: 13375174.

HSL color Cylindrical-coordinate representation of color #C616CC: hue angle of 298.02º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C616CC is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 198 22 204 -
CMYK 0.03 0.89 0 0.2
HSL 298.02º 0.81% 0.44% -
HSV(B) 298.02º 0.89% 0.8% -
XYZ 34.47 16.94 58.58 -
YUV 95.37 189.31 201.2 -
System Red Green Blue C M Y K H S L
Decimal 198 22 204 0.03 0.89 0 0.2 298.02 0.81 0.44
Hex C6 16 CC 3 59 0 14 12A 51 2C
Octal 306 26 314 3 131 0 24 452 121 54
Binary 11000110 10110 11001100 11 1011001 0 10100 100101010 1010001 101100

Color Harmonies of #C616CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C616CC

Black with #C616CC

Text Example


Text Example

White with #C616CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C616CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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