Html Css Color HEX #C227DB Deep Magenta

📋 copy color: '#C227DB'

red 194 ◦ green 39 ◦ blue 219

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

Shades of Deep Magenta #C227DB

Tints of Deep Magenta #C227DB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.63%

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

R = 42.92%
G = 8.63%
B = 48.45%

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

#C227DB (or 0xC227DB) is known color: Deep Magenta. HEX triplet: C2, 27 and DB. RGB value is (194,39,219). Sum of RGB (Red+Green+Blue) = 194+39+219=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 39 (15.62% from 255 or 8.63% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #C227DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C227DB is #3DD824. Grayscale: #696969. Windows color (decimal): -4053029 or 14362562. OLE color: 14362562.

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

Color convert

RGB 194 39 219 -
CMYK 0.11 0.82 0 0.14
HSL 291.67º 0.71% 0.51% -
HSV(B) 291.67º 0.82% 0.86% -
XYZ 35.76 18.03 68.61 -
YUV 105.87 191.85 190.86 -
System Red Green Blue C M Y K H S L
Decimal 194 39 219 0.11 0.82 0 0.14 291.67 0.71 0.51
Hex C2 27 DB B 52 0 E 124 47 33
Octal 302 47 333 13 122 0 16 444 107 63
Binary 11000010 100111 11011011 1011 1010010 0 1110 100100100 1000111 110011

Color Harmonies of #C227DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C227DB

Black with #C227DB

Text Example


Text Example

White with #C227DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C227DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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