Html Css Color HEX #C224BA Deep Magenta

📋 copy color: '#C224BA'

red 194 ◦ green 36 ◦ blue 186

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

Shades of Deep Magenta #C224BA

Tints of Deep Magenta #C224BA

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.65%

 BLUE value IS 186 (73.05% from 255) = 44.71%

R = 46.63%
G = 8.65%
B = 44.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C224BA (or 0xC224BA) is known color: Deep Magenta. HEX triplet: C2, 24 and BA. RGB value is (194,36,186). Sum of RGB (Red+Green+Blue) = 194+36+186=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 36 (14.45% from 255 or 8.65% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C224BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C224BA is #3DDB45. Grayscale: #636363. Windows color (decimal): -4053830 or 12199106. OLE color: 12199106.

HSL color Cylindrical-coordinate representation of color #C224BA: hue angle of 303.04º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C224BA is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 36 186 -
CMYK 0 0.81 0.04 0.24
HSL 303.04º 0.69% 0.45% -
HSV(B) 303.04º 0.81% 0.76% -
XYZ 31.74 16.28 47.92 -
YUV 100.34 176.35 194.8 -
System Red Green Blue C M Y K H S L
Decimal 194 36 186 0 0.81 0.04 0.24 303.04 0.69 0.45
Hex C2 24 BA 0 51 4 18 12F 45 2D
Octal 302 44 272 0 121 4 30 457 105 55
Binary 11000010 100100 10111010 0 1010001 100 11000 100101111 1000101 101101

Color Harmonies of #C224BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C224BA

Black with #C224BA

Text Example


Text Example

White with #C224BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C224BA; }

 p { color: rgb(194,36,186); }

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

background-color css

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

 a { background-color: rgb(194,36,186); }

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

border-color css

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

 span { border-color: rgb(194,36,186); }

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