Html Css Color HEX #C226B3 Deep Magenta

📋 copy color: '#C226B3'

red 194 ◦ green 38 ◦ blue 179

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

Shades of Deep Magenta #C226B3

Tints of Deep Magenta #C226B3

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.25%

 BLUE value IS 179 (70.31% from 255) = 43.55%

R = 47.2%
G = 9.25%
B = 43.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C226B3 (or 0xC226B3) is known color: Deep Magenta. HEX triplet: C2, 26 and B3. RGB value is (194,38,179). Sum of RGB (Red+Green+Blue) = 194+38+179=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 38 (15.23% from 255 or 9.25% from 411); Blue value is 179 (70.31% from 255 or 43.55% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C226B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C226B3 is #3DD94C. Grayscale: #646464. Windows color (decimal): -4053325 or 11740866. OLE color: 11740866.

HSL color Cylindrical-coordinate representation of color #C226B3: hue angle of 305.77º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C226B3 is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 38 179 -
CMYK 0 0.80 0.08 0.24
HSL 305.77º 0.67% 0.45% -
HSV(B) 305.77º 0.8% 0.76% -
XYZ 31.08 16.11 44.12 -
YUV 100.72 172.18 194.54 -
System Red Green Blue C M Y K H S L
Decimal 194 38 179 0 0.80 0.08 0.24 305.77 0.67 0.45
Hex C2 26 B3 0 50 8 18 132 43 2D
Octal 302 46 263 0 120 10 30 462 103 55
Binary 11000010 100110 10110011 0 1010000 1000 11000 100110010 1000011 101101

Color Harmonies of #C226B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C226B3

Black with #C226B3

Text Example


Text Example

White with #C226B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C226B3; }

 p { color: rgb(194,38,179); }

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

background-color css

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

 a { background-color: rgb(194,38,179); }

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

border-color css

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

 span { border-color: rgb(194,38,179); }

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