Html Css Color HEX #C615DE Deep Magenta

📋 copy color: '#C615DE'

red 198 ◦ green 21 ◦ blue 222

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

Shades of Deep Magenta #C615DE

Tints of Deep Magenta #C615DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.34%

R = 44.9%
G = 4.76%
B = 50.34%

CMYK

 C value IS 0.11

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C615DE (or 0xC615DE) is known color: Deep Magenta. HEX triplet: C6, 15 and DE. RGB value is (198,21,222). Sum of RGB (Red+Green+Blue) = 198+21+222=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 21 (8.59% from 255 or 4.76% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #C615DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C615DE is #39EA21. Grayscale: #606060. Windows color (decimal): -3795490 or 14554566. OLE color: 14554566.

HSL color Cylindrical-coordinate representation of color #C615DE: hue angle of 292.84º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C615DE is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 21 222 -
CMYK 0.11 0.91 0 0.13
HSL 292.84º 0.83% 0.48% -
HSV(B) 292.84º 0.91% 0.87% -
XYZ 36.74 17.82 70.61 -
YUV 96.84 198.64 200.16 -
System Red Green Blue C M Y K H S L
Decimal 198 21 222 0.11 0.91 0 0.13 292.84 0.83 0.48
Hex C6 15 DE B 5B 0 D 125 53 30
Octal 306 25 336 13 133 0 15 445 123 60
Binary 11000110 10101 11011110 1011 1011011 0 1101 100100101 1010011 110000

Color Harmonies of #C615DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C615DE

Black with #C615DE

Text Example


Text Example

White with #C615DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C615DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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