Html Css Color HEX #C215D8 Deep Magenta

📋 copy color: '#C215D8'

red 194 ◦ green 21 ◦ blue 216

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

Shades of Deep Magenta #C215D8

Tints of Deep Magenta #C215D8

RGB

 RED value IS 194 (76.17% from 255) = 45.01%

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

 BLUE value IS 216 (84.77% from 255) = 50.12%

R = 45.01%
G = 4.87%
B = 50.12%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C215D8 (or 0xC215D8) is known color: Deep Magenta. HEX triplet: C2, 15 and D8. RGB value is (194,21,216). Sum of RGB (Red+Green+Blue) = 194+21+216=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 21 (8.59% from 255 or 4.87% from 431); Blue value is 216 (84.77% from 255 or 50.12% from 431); Max value from RGB is 216 - color contains mainly: blue. Hex color #C215D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C215D8 is #3DEA27. Grayscale: #5E5E5E. Windows color (decimal): -4057640 or 14161346. OLE color: 14161346.

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

Color convert

RGB 194 21 216 -
CMYK 0.10 0.90 0 0.15
HSL 293.23º 0.82% 0.46% -
HSV(B) 293.23º 0.9% 0.85% -
XYZ 34.91 16.96 66.4 -
YUV 94.96 196.31 198.64 -
System Red Green Blue C M Y K H S L
Decimal 194 21 216 0.10 0.90 0 0.15 293.23 0.82 0.46
Hex C2 15 D8 A 5A 0 F 125 52 2E
Octal 302 25 330 12 132 0 17 445 122 56
Binary 11000010 10101 11011000 1010 1011010 0 1111 100100101 1010010 101110

Color Harmonies of #C215D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C215D8

Black with #C215D8

Text Example


Text Example

White with #C215D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C215D8; }

 p { color: rgb(194,21,216); }

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

background-color css

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

 a { background-color: rgb(194,21,216); }

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

border-color css

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

 span { border-color: rgb(194,21,216); }

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