Html Css Color HEX #C615DB Deep Magenta

📋 copy color: '#C615DB'

red 198 ◦ green 21 ◦ blue 219

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

Shades of Deep Magenta #C615DB

Tints of Deep Magenta #C615DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50%

R = 45.21%
G = 4.79%
B = 50%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C615DB (or 0xC615DB) is known color: Deep Magenta. HEX triplet: C6, 15 and DB. RGB value is (198,21,219). Sum of RGB (Red+Green+Blue) = 198+21+219=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 21 (8.59% from 255 or 4.79% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #C615DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C615DB is #39EA24. Grayscale: #5F5F5F. Windows color (decimal): -3795493 or 14357958. OLE color: 14357958.

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

Color convert

RGB 198 21 219 -
CMYK 0.10 0.90 0 0.14
HSL 293.64º 0.83% 0.47% -
HSV(B) 293.64º 0.9% 0.86% -
XYZ 36.34 17.66 68.51 -
YUV 96.5 197.14 200.4 -
System Red Green Blue C M Y K H S L
Decimal 198 21 219 0.10 0.90 0 0.14 293.64 0.83 0.47
Hex C6 15 DB A 5A 0 E 126 52 2F
Octal 306 25 333 12 132 0 16 446 122 57
Binary 11000110 10101 11011011 1010 1011010 0 1110 100100110 1010010 101111

Color Harmonies of #C615DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C615DB

Black with #C615DB

Text Example


Text Example

White with #C615DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C615DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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