Html Css Color HEX #C227D8 Deep Magenta

📋 copy color: '#C227D8'

red 194 ◦ green 39 ◦ blue 216

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

Shades of Deep Magenta #C227D8

Tints of Deep Magenta #C227D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 48.11%

R = 43.21%
G = 8.69%
B = 48.11%

CMYK

 C value IS 0.10

 M value IS 0.82

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C227D8 (or 0xC227D8) is known color: Deep Magenta. HEX triplet: C2, 27 and D8. RGB value is (194,39,216). Sum of RGB (Red+Green+Blue) = 194+39+216=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 39 (15.62% from 255 or 8.69% from 449); Blue value is 216 (84.77% from 255 or 48.11% from 449); Max value from RGB is 216 - color contains mainly: blue. Hex color #C227D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C227D8 is #3DD827. Grayscale: #686868. Windows color (decimal): -4053032 or 14165954. OLE color: 14165954.

HSL color Cylindrical-coordinate representation of color #C227D8: hue angle of 292.54º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C227D8 is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 39 216 -
CMYK 0.10 0.82 0 0.15
HSL 292.54º 0.69% 0.5% -
HSV(B) 292.54º 0.82% 0.85% -
XYZ 35.37 17.88 66.55 -
YUV 105.52 190.35 191.11 -
System Red Green Blue C M Y K H S L
Decimal 194 39 216 0.10 0.82 0 0.15 292.54 0.69 0.5
Hex C2 27 D8 A 52 0 F 125 45 32
Octal 302 47 330 12 122 0 17 445 105 62
Binary 11000010 100111 11011000 1010 1010010 0 1111 100100101 1000101 110010

Color Harmonies of #C227D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C227D8

Black with #C227D8

Text Example


Text Example

White with #C227D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C227D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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