Html Css Color HEX #C215BD Deep Magenta

📋 copy color: '#C215BD'

red 194 ◦ green 21 ◦ blue 189

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

Shades of Deep Magenta #C215BD

Tints of Deep Magenta #C215BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.78%

R = 48.02%
G = 5.2%
B = 46.78%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C215BD (or 0xC215BD) is known color: Deep Magenta. HEX triplet: C2, 15 and BD. RGB value is (194,21,189). Sum of RGB (Red+Green+Blue) = 194+21+189=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 21 (8.59% from 255 or 5.20% from 404); Blue value is 189 (74.22% from 255 or 46.78% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C215BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C215BD is #3DEA42. Grayscale: #5B5B5B. Windows color (decimal): -4057667 or 12391874. OLE color: 12391874.

HSL color Cylindrical-coordinate representation of color #C215BD: hue angle of 301.73º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C215BD is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 21 189 -
CMYK 0 0.89 0.03 0.24
HSL 301.73º 0.8% 0.42% -
HSV(B) 301.73º 0.89% 0.76% -
XYZ 31.7 15.68 49.5 -
YUV 91.88 182.81 200.84 -
System Red Green Blue C M Y K H S L
Decimal 194 21 189 0 0.89 0.03 0.24 301.73 0.8 0.42
Hex C2 15 BD 0 59 3 18 12E 50 2A
Octal 302 25 275 0 131 3 30 456 120 52
Binary 11000010 10101 10111101 0 1011001 11 11000 100101110 1010000 101010

Color Harmonies of #C215BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C215BD

Black with #C215BD

Text Example


Text Example

White with #C215BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C215BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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