Html Css Color HEX #C615B6 Deep Magenta

📋 copy color: '#C615B6'

red 198 ◦ green 21 ◦ blue 182

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

Shades of Deep Magenta #C615B6

Tints of Deep Magenta #C615B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 45.39%

R = 49.38%
G = 5.24%
B = 45.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C615B6 (or 0xC615B6) is known color: Deep Magenta. HEX triplet: C6, 15 and B6. RGB value is (198,21,182). Sum of RGB (Red+Green+Blue) = 198+21+182=401 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.38% from 401); Green value is 21 (8.59% from 255 or 5.24% from 401); Blue value is 182 (71.48% from 255 or 45.39% from 401); Max value from RGB is 198 - color contains mainly: red. Hex color #C615B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C615B6 is #39EA49. Grayscale: #5B5B5B. Windows color (decimal): -3795530 or 11933126. OLE color: 11933126.

HSL color Cylindrical-coordinate representation of color #C615B6: hue angle of 305.42º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C615B6 is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 21 182 -
CMYK 0 0.89 0.08 0.22
HSL 305.42º 0.81% 0.43% -
HSV(B) 305.42º 0.89% 0.78% -
XYZ 32 15.92 45.64 -
YUV 92.28 178.64 203.41 -
System Red Green Blue C M Y K H S L
Decimal 198 21 182 0 0.89 0.08 0.22 305.42 0.81 0.43
Hex C6 15 B6 0 59 8 16 131 51 2B
Octal 306 25 266 0 131 10 26 461 121 53
Binary 11000110 10101 10110110 0 1011001 1000 10110 100110001 1010001 101011

Color Harmonies of #C615B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C615B6

Black with #C615B6

Text Example


Text Example

White with #C615B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C615B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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