Html Css Color HEX #C228DC Deep Magenta

📋 copy color: '#C228DC'

red 194 ◦ green 40 ◦ blue 220

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

Shades of Deep Magenta #C228DC

Tints of Deep Magenta #C228DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.46%

R = 42.73%
G = 8.81%
B = 48.46%

CMYK

 C value IS 0.12

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C228DC (or 0xC228DC) is known color: Deep Magenta. HEX triplet: C2, 28 and DC. RGB value is (194,40,220). Sum of RGB (Red+Green+Blue) = 194+40+220=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 40 (16.02% from 255 or 8.81% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #C228DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C228DC is #3DD723. Grayscale: #6A6A6A. Windows color (decimal): -4052772 or 14428354. OLE color: 14428354.

HSL color Cylindrical-coordinate representation of color #C228DC: hue angle of 291.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C228DC is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 40 220 -
CMYK 0.12 0.82 0 0.14
HSL 291.33º 0.72% 0.51% -
HSV(B) 291.33º 0.82% 0.86% -
XYZ 35.93 18.15 69.32 -
YUV 106.57 192.02 190.36 -
System Red Green Blue C M Y K H S L
Decimal 194 40 220 0.12 0.82 0 0.14 291.33 0.72 0.51
Hex C2 28 DC C 52 0 E 123 48 33
Octal 302 50 334 14 122 0 16 443 110 63
Binary 11000010 101000 11011100 1100 1010010 0 1110 100100011 1001000 110011

Color Harmonies of #C228DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C228DC

Black with #C228DC

Text Example


Text Example

White with #C228DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C228DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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