Html Css Color HEX #C223B0 Deep Magenta

📋 copy color: '#C223B0'

red 194 ◦ green 35 ◦ blue 176

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

Shades of Deep Magenta #C223B0

Tints of Deep Magenta #C223B0

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.64%

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

R = 47.9%
G = 8.64%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C223B0 (or 0xC223B0) is known color: Deep Magenta. HEX triplet: C2, 23 and B0. RGB value is (194,35,176). Sum of RGB (Red+Green+Blue) = 194+35+176=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 35 (14.06% from 255 or 8.64% from 405); Blue value is 176 (69.14% from 255 or 43.46% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C223B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C223B0 is #3DDC4F. Grayscale: #626262. Windows color (decimal): -4054096 or 11543490. OLE color: 11543490.

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

Color convert

RGB 194 35 176 -
CMYK 0 0.82 0.09 0.24
HSL 306.79º 0.69% 0.45% -
HSV(B) 306.79º 0.82% 0.76% -
XYZ 30.69 15.81 42.51 -
YUV 98.62 171.68 196.04 -
System Red Green Blue C M Y K H S L
Decimal 194 35 176 0 0.82 0.09 0.24 306.79 0.69 0.45
Hex C2 23 B0 0 52 9 18 133 45 2D
Octal 302 43 260 0 122 11 30 463 105 55
Binary 11000010 100011 10110000 0 1010010 1001 11000 100110011 1000101 101101

Color Harmonies of #C223B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C223B0

Black with #C223B0

Text Example


Text Example

White with #C223B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C223B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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