Html Css Color HEX #C228DB Deep Magenta

📋 copy color: '#C228DB'

red 194 ◦ green 40 ◦ blue 219

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

Shades of Deep Magenta #C228DB

Tints of Deep Magenta #C228DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.34%

R = 42.83%
G = 8.83%
B = 48.34%

CMYK

 C value IS 0.11

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C228DB (or 0xC228DB) is known color: Deep Magenta. HEX triplet: C2, 28 and DB. RGB value is (194,40,219). Sum of RGB (Red+Green+Blue) = 194+40+219=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 40 (16.02% from 255 or 8.83% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #C228DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C228DB is #3DD724. Grayscale: #696969. Windows color (decimal): -4052773 or 14362818. OLE color: 14362818.

HSL color Cylindrical-coordinate representation of color #C228DB: hue angle of 291.62º degrees, saturation: 0.71, 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 #C228DB is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 40 219 -
CMYK 0.11 0.82 0 0.14
HSL 291.62º 0.71% 0.51% -
HSV(B) 291.62º 0.82% 0.86% -
XYZ 35.79 18.1 68.63 -
YUV 106.45 191.52 190.45 -
System Red Green Blue C M Y K H S L
Decimal 194 40 219 0.11 0.82 0 0.14 291.62 0.71 0.51
Hex C2 28 DB B 52 0 E 124 47 33
Octal 302 50 333 13 122 0 16 444 107 63
Binary 11000010 101000 11011011 1011 1010010 0 1110 100100100 1000111 110011

Color Harmonies of #C228DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C228DB

Black with #C228DB

Text Example


Text Example

White with #C228DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C228DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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