Html Css Color HEX #C215AC Deep Magenta

📋 copy color: '#C215AC'

red 194 ◦ green 21 ◦ blue 172

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

Shades of Deep Magenta #C215AC

Tints of Deep Magenta #C215AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.44%

R = 50.13%
G = 5.43%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C215AC (or 0xC215AC) is known color: Deep Magenta. HEX triplet: C2, 15 and AC. RGB value is (194,21,172). Sum of RGB (Red+Green+Blue) = 194+21+172=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 21 (8.59% from 255 or 5.43% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C215AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C215AC is #3DEA53. Grayscale: #595959. Windows color (decimal): -4057684 or 11277762. OLE color: 11277762.

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

Color convert

RGB 194 21 172 -
CMYK 0 0.89 0.11 0.24
HSL 307.63º 0.8% 0.42% -
HSV(B) 307.63º 0.89% 0.76% -
XYZ 29.96 14.98 40.34 -
YUV 89.94 174.31 202.22 -
System Red Green Blue C M Y K H S L
Decimal 194 21 172 0 0.89 0.11 0.24 307.63 0.8 0.42
Hex C2 15 AC 0 59 B 18 134 50 2A
Octal 302 25 254 0 131 13 30 464 120 52
Binary 11000010 10101 10101100 0 1011001 1011 11000 100110100 1010000 101010

Color Harmonies of #C215AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C215AC

Black with #C215AC

Text Example


Text Example

White with #C215AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C215AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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