Html Css Color HEX #C215B0 Deep Magenta

📋 copy color: '#C215B0'

red 194 ◦ green 21 ◦ blue 176

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

Shades of Deep Magenta #C215B0

Tints of Deep Magenta #C215B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 45.01%

R = 49.62%
G = 5.37%
B = 45.01%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C215B0 (or 0xC215B0) is known color: Deep Magenta. HEX triplet: C2, 15 and B0. RGB value is (194,21,176). Sum of RGB (Red+Green+Blue) = 194+21+176=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 21 (8.59% from 255 or 5.37% from 391); Blue value is 176 (69.14% from 255 or 45.01% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C215B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C215B0 is #3DEA4F. Grayscale: #595959. Windows color (decimal): -4057680 or 11539906. OLE color: 11539906.

HSL color Cylindrical-coordinate representation of color #C215B0: hue angle of 306.24º 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 #C215B0 is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 21 176 -
CMYK 0 0.89 0.09 0.24
HSL 306.24º 0.8% 0.42% -
HSV(B) 306.24º 0.89% 0.76% -
XYZ 30.35 15.14 42.4 -
YUV 90.4 176.31 201.9 -
System Red Green Blue C M Y K H S L
Decimal 194 21 176 0 0.89 0.09 0.24 306.24 0.8 0.42
Hex C2 15 B0 0 59 9 18 132 50 2A
Octal 302 25 260 0 131 11 30 462 120 52
Binary 11000010 10101 10110000 0 1011001 1001 11000 100110010 1010000 101010

Color Harmonies of #C215B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C215B0

Black with #C215B0

Text Example


Text Example

White with #C215B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C215B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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