Html Css Color HEX #C222B0 Deep Magenta

📋 copy color: '#C222B0'

red 194 ◦ green 34 ◦ blue 176

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

Shades of Deep Magenta #C222B0

Tints of Deep Magenta #C222B0

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.42%

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

R = 48.02%
G = 8.42%
B = 43.56%

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

#C222B0 (or 0xC222B0) is known color: Deep Magenta. HEX triplet: C2, 22 and B0. RGB value is (194,34,176). Sum of RGB (Red+Green+Blue) = 194+34+176=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 34 (13.67% from 255 or 8.42% from 404); Blue value is 176 (69.14% from 255 or 43.56% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C222B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C222B0 is #3DDD4F. Grayscale: #616161. Windows color (decimal): -4054352 or 11543234. OLE color: 11543234.

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

Color convert

RGB 194 34 176 -
CMYK 0 0.82 0.09 0.24
HSL 306.75º 0.7% 0.45% -
HSV(B) 306.75º 0.82% 0.76% -
XYZ 30.66 15.75 42.5 -
YUV 98.03 172.01 196.45 -
System Red Green Blue C M Y K H S L
Decimal 194 34 176 0 0.82 0.09 0.24 306.75 0.7 0.45
Hex C2 22 B0 0 52 9 18 133 46 2D
Octal 302 42 260 0 122 11 30 463 106 55
Binary 11000010 100010 10110000 0 1010010 1001 11000 100110011 1000110 101101

Color Harmonies of #C222B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C222B0

Black with #C222B0

Text Example


Text Example

White with #C222B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C222B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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