Html Css Color HEX #C224BD Deep Magenta

📋 copy color: '#C224BD'

red 194 ◦ green 36 ◦ blue 189

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

Shades of Deep Magenta #C224BD

Tints of Deep Magenta #C224BD

RGB

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

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

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

R = 46.3%
G = 8.59%
B = 45.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C224BD (or 0xC224BD) is known color: Deep Magenta. HEX triplet: C2, 24 and BD. RGB value is (194,36,189). Sum of RGB (Red+Green+Blue) = 194+36+189=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 36 (14.45% from 255 or 8.59% from 419); Blue value is 189 (74.22% from 255 or 45.11% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C224BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C224BD is #3DDB42. Grayscale: #646464. Windows color (decimal): -4053827 or 12395714. OLE color: 12395714.

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

Color convert

RGB 194 36 189 -
CMYK 0 0.81 0.03 0.24
HSL 301.9º 0.69% 0.45% -
HSV(B) 301.9º 0.81% 0.76% -
XYZ 32.06 16.41 49.62 -
YUV 100.68 177.85 194.56 -
System Red Green Blue C M Y K H S L
Decimal 194 36 189 0 0.81 0.03 0.24 301.9 0.69 0.45
Hex C2 24 BD 0 51 3 18 12E 45 2D
Octal 302 44 275 0 121 3 30 456 105 55
Binary 11000010 100100 10111101 0 1010001 11 11000 100101110 1000101 101101

Color Harmonies of #C224BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C224BD

Black with #C224BD

Text Example


Text Example

White with #C224BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C224BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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