Html Css Color HEX #C228C6 Deep Magenta

📋 copy color: '#C228C6'

red 194 ◦ green 40 ◦ blue 198

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

Shades of Deep Magenta #C228C6

Tints of Deep Magenta #C228C6

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.26%

 BLUE value IS 198 (77.73% from 255) = 45.83%

R = 44.91%
G = 9.26%
B = 45.83%

CMYK

 C value IS 0.02

 M value IS 0.80

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C228C6 (or 0xC228C6) is known color: Deep Magenta. HEX triplet: C2, 28 and C6. RGB value is (194,40,198). Sum of RGB (Red+Green+Blue) = 194+40+198=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 40 (16.02% from 255 or 9.26% from 432); Blue value is 198 (77.73% from 255 or 45.83% from 432); Max value from RGB is 198 - color contains mainly: blue. Hex color #C228C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C228C6 is #3DD739. Grayscale: #676767. Windows color (decimal): -4052794 or 12986562. OLE color: 12986562.

HSL color Cylindrical-coordinate representation of color #C228C6: hue angle of 298.48º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C228C6 is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 194 40 198 -
CMYK 0.02 0.80 0 0.22
HSL 298.48º 0.66% 0.47% -
HSV(B) 298.48º 0.8% 0.78% -
XYZ 33.2 17.06 54.97 -
YUV 104.06 181.02 192.15 -
System Red Green Blue C M Y K H S L
Decimal 194 40 198 0.02 0.80 0 0.22 298.48 0.66 0.47
Hex C2 28 C6 2 50 0 16 12A 42 2F
Octal 302 50 306 2 120 0 26 452 102 57
Binary 11000010 101000 11000110 10 1010000 0 10110 100101010 1000010 101111

Color Harmonies of #C228C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C228C6

Black with #C228C6

Text Example


Text Example

White with #C228C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C228C6; }

 p { color: rgb(194,40,198); }

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

background-color css

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

 a { background-color: rgb(194,40,198); }

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

border-color css

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

 span { border-color: rgb(194,40,198); }

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