Html Css Color HEX #C227C6 Deep Magenta

📋 copy color: '#C227C6'

red 194 ◦ green 39 ◦ blue 198

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

Shades of Deep Magenta #C227C6

Tints of Deep Magenta #C227C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 45.94%

R = 45.01%
G = 9.05%
B = 45.94%

CMYK

 C value IS 0.02

 M value IS 0.80

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C227C6 (or 0xC227C6) is known color: Deep Magenta. HEX triplet: C2, 27 and C6. RGB value is (194,39,198). Sum of RGB (Red+Green+Blue) = 194+39+198=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 39 (15.62% from 255 or 9.05% from 431); Blue value is 198 (77.73% from 255 or 45.94% from 431); Max value from RGB is 198 - color contains mainly: blue. Hex color #C227C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C227C6 is #3DD839. Grayscale: #666666. Windows color (decimal): -4053050 or 12986306. OLE color: 12986306.

HSL color Cylindrical-coordinate representation of color #C227C6: hue angle of 298.49º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C227C6 is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 194 39 198 -
CMYK 0.02 0.80 0 0.22
HSL 298.49º 0.67% 0.46% -
HSV(B) 298.49º 0.8% 0.78% -
XYZ 33.17 17 54.96 -
YUV 103.47 181.35 192.57 -
System Red Green Blue C M Y K H S L
Decimal 194 39 198 0.02 0.80 0 0.22 298.49 0.67 0.46
Hex C2 27 C6 2 50 0 16 12A 43 2E
Octal 302 47 306 2 120 0 26 452 103 56
Binary 11000010 100111 11000110 10 1010000 0 10110 100101010 1000011 101110

Color Harmonies of #C227C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C227C6

Black with #C227C6

Text Example


Text Example

White with #C227C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C227C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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