Html Css Color HEX #C615DA Deep Magenta

📋 copy color: '#C615DA'

red 198 ◦ green 21 ◦ blue 218

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

Shades of Deep Magenta #C615DA

Tints of Deep Magenta #C615DA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.81%

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

R = 45.31%
G = 4.81%
B = 49.89%

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

#C615DA (or 0xC615DA) is known color: Deep Magenta. HEX triplet: C6, 15 and DA. RGB value is (198,21,218). Sum of RGB (Red+Green+Blue) = 198+21+218=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 21 (8.59% from 255 or 4.81% from 437); Blue value is 218 (85.55% from 255 or 49.89% from 437); Max value from RGB is 218 - color contains mainly: blue. Hex color #C615DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C615DA is #39EA25. Grayscale: #5F5F5F. Windows color (decimal): -3795494 or 14292422. OLE color: 14292422.

HSL color Cylindrical-coordinate representation of color #C615DA: hue angle of 293.91º 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 #C615DA is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 21 218 -
CMYK 0.09 0.90 0 0.15
HSL 293.91º 0.82% 0.47% -
HSV(B) 293.91º 0.9% 0.85% -
XYZ 36.21 17.6 67.82 -
YUV 96.38 196.64 200.48 -
System Red Green Blue C M Y K H S L
Decimal 198 21 218 0.09 0.90 0 0.15 293.91 0.82 0.47
Hex C6 15 DA 9 5A 0 F 126 52 2F
Octal 306 25 332 11 132 0 17 446 122 57
Binary 11000110 10101 11011010 1001 1011010 0 1111 100100110 1010010 101111

Color Harmonies of #C615DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C615DA

Black with #C615DA

Text Example


Text Example

White with #C615DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C615DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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