Html Css Color HEX #C616DA Deep Magenta

📋 copy color: '#C616DA'

red 198 ◦ green 22 ◦ blue 218

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

Shades of Deep Magenta #C616DA

Tints of Deep Magenta #C616DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.77%

R = 45.21%
G = 5.02%
B = 49.77%

CMYK

 C value IS 0.09

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C616DA (or 0xC616DA) is known color: Deep Magenta. HEX triplet: C6, 16 and DA. RGB value is (198,22,218). Sum of RGB (Red+Green+Blue) = 198+22+218=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 22 (8.98% from 255 or 5.02% from 438); Blue value is 218 (85.55% from 255 or 49.77% from 438); Max value from RGB is 218 - color contains mainly: blue. Hex color #C616DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C616DA is #39E925. Grayscale: #606060. Windows color (decimal): -3795238 or 14292678. OLE color: 14292678.

HSL color Cylindrical-coordinate representation of color #C616DA: hue angle of 293.88º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C616DA is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 22 218 -
CMYK 0.09 0.90 0 0.15
HSL 293.88º 0.82% 0.47% -
HSV(B) 293.88º 0.9% 0.85% -
XYZ 36.23 17.64 67.83 -
YUV 96.97 196.31 200.06 -
System Red Green Blue C M Y K H S L
Decimal 198 22 218 0.09 0.90 0 0.15 293.88 0.82 0.47
Hex C6 16 DA 9 5A 0 F 126 52 2F
Octal 306 26 332 11 132 0 17 446 122 57
Binary 11000110 10110 11011010 1001 1011010 0 1111 100100110 1010010 101111

Color Harmonies of #C616DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C616DA

Black with #C616DA

Text Example


Text Example

White with #C616DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C616DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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