Html Css Color HEX #C229D6 Deep Magenta

📋 copy color: '#C229D6'

red 194 ◦ green 41 ◦ blue 214

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

Shades of Deep Magenta #C229D6

Tints of Deep Magenta #C229D6

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.13%

 BLUE value IS 214 (83.98% from 255) = 47.66%

R = 43.21%
G = 9.13%
B = 47.66%

CMYK

 C value IS 0.09

 M value IS 0.81

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C229D6 (or 0xC229D6) is known color: Deep Magenta. HEX triplet: C2, 29 and D6. RGB value is (194,41,214). Sum of RGB (Red+Green+Blue) = 194+41+214=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 41 (16.41% from 255 or 9.13% from 449); Blue value is 214 (83.98% from 255 or 47.66% from 449); Max value from RGB is 214 - color contains mainly: blue. Hex color #C229D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C229D6 is #3DD629. Grayscale: #696969. Windows color (decimal): -4052522 or 14035394. OLE color: 14035394.

HSL color Cylindrical-coordinate representation of color #C229D6: hue angle of 293.06º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C229D6 is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 41 214 -
CMYK 0.09 0.81 0 0.16
HSL 293.06º 0.68% 0.5% -
HSV(B) 293.06º 0.81% 0.84% -
XYZ 35.18 17.91 65.22 -
YUV 106.47 188.69 190.43 -
System Red Green Blue C M Y K H S L
Decimal 194 41 214 0.09 0.81 0 0.16 293.06 0.68 0.5
Hex C2 29 D6 9 51 0 10 125 44 32
Octal 302 51 326 11 121 0 20 445 104 62
Binary 11000010 101001 11010110 1001 1010001 0 10000 100100101 1000100 110010

Color Harmonies of #C229D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C229D6

Black with #C229D6

Text Example


Text Example

White with #C229D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C229D6; }

 p { color: rgb(194,41,214); }

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

background-color css

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

 a { background-color: rgb(194,41,214); }

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

border-color css

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

 span { border-color: rgb(194,41,214); }

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