Html Css Color HEX #C615CE Deep Magenta

📋 copy color: '#C615CE'

red 198 ◦ green 21 ◦ blue 206

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

Shades of Deep Magenta #C615CE

Tints of Deep Magenta #C615CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.47%

R = 46.59%
G = 4.94%
B = 48.47%

CMYK

 C value IS 0.04

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C615CE (or 0xC615CE) is known color: Deep Magenta. HEX triplet: C6, 15 and CE. RGB value is (198,21,206). Sum of RGB (Red+Green+Blue) = 198+21+206=425 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.59% from 425); Green value is 21 (8.59% from 255 or 4.94% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #C615CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C615CE is #39EA31. Grayscale: #5E5E5E. Windows color (decimal): -3795506 or 13505990. OLE color: 13505990.

HSL color Cylindrical-coordinate representation of color #C615CE: hue angle of 297.41º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C615CE is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 21 206 -
CMYK 0.04 0.90 0 0.19
HSL 297.41º 0.81% 0.45% -
HSV(B) 297.41º 0.9% 0.81% -
XYZ 34.7 17 59.84 -
YUV 95.01 190.64 201.46 -
System Red Green Blue C M Y K H S L
Decimal 198 21 206 0.04 0.90 0 0.19 297.41 0.81 0.45
Hex C6 15 CE 4 5A 0 13 129 51 2D
Octal 306 25 316 4 132 0 23 451 121 55
Binary 11000110 10101 11001110 100 1011010 0 10011 100101001 1010001 101101

Color Harmonies of #C615CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C615CE

Black with #C615CE

Text Example


Text Example

White with #C615CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C615CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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