Html Css Color HEX #C618DA Deep Magenta

📋 copy color: '#C618DA'

red 198 ◦ green 24 ◦ blue 218

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

Shades of Deep Magenta #C618DA

Tints of Deep Magenta #C618DA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.45%

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

R = 45%
G = 5.45%
B = 49.55%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C618DA (or 0xC618DA) is known color: Deep Magenta. HEX triplet: C6, 18 and DA. RGB value is (198,24,218). Sum of RGB (Red+Green+Blue) = 198+24+218=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 24 (9.77% from 255 or 5.45% from 440); Blue value is 218 (85.55% from 255 or 49.55% from 440); Max value from RGB is 218 - color contains mainly: blue. Hex color #C618DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C618DA is #39E725. Grayscale: #616161. Windows color (decimal): -3794726 or 14293190. OLE color: 14293190.

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

Color convert

RGB 198 24 218 -
CMYK 0.09 0.89 0 0.15
HSL 293.81º 0.8% 0.47% -
HSV(B) 293.81º 0.89% 0.85% -
XYZ 36.27 17.72 67.84 -
YUV 98.14 195.65 199.23 -
System Red Green Blue C M Y K H S L
Decimal 198 24 218 0.09 0.89 0 0.15 293.81 0.8 0.47
Hex C6 18 DA 9 59 0 F 126 50 2F
Octal 306 30 332 11 131 0 17 446 120 57
Binary 11000110 11000 11011010 1001 1011001 0 1111 100100110 1010000 101111

Color Harmonies of #C618DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C618DA

Black with #C618DA

Text Example


Text Example

White with #C618DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C618DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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