Html Css Color HEX #C227BA Deep Magenta

📋 copy color: '#C227BA'

red 194 ◦ green 39 ◦ blue 186

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

Shades of Deep Magenta #C227BA

Tints of Deep Magenta #C227BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.39%

R = 46.3%
G = 9.31%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C227BA (or 0xC227BA) is known color: Deep Magenta. HEX triplet: C2, 27 and BA. RGB value is (194,39,186). Sum of RGB (Red+Green+Blue) = 194+39+186=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 39 (15.62% from 255 or 9.31% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C227BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C227BA is #3DD845. Grayscale: #656565. Windows color (decimal): -4053062 or 12199874. OLE color: 12199874.

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

Color convert

RGB 194 39 186 -
CMYK 0 0.80 0.04 0.24
HSL 303.1º 0.67% 0.46% -
HSV(B) 303.1º 0.8% 0.76% -
XYZ 31.84 16.47 47.95 -
YUV 102.1 175.35 193.55 -
System Red Green Blue C M Y K H S L
Decimal 194 39 186 0 0.80 0.04 0.24 303.1 0.67 0.46
Hex C2 27 BA 0 50 4 18 12F 43 2E
Octal 302 47 272 0 120 4 30 457 103 56
Binary 11000010 100111 10111010 0 1010000 100 11000 100101111 1000011 101110

Color Harmonies of #C227BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C227BA

Black with #C227BA

Text Example


Text Example

White with #C227BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C227BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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