Html Css Color HEX #C227BE Deep Magenta

📋 copy color: '#C227BE'

red 194 ◦ green 39 ◦ blue 190

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

Shades of Deep Magenta #C227BE

Tints of Deep Magenta #C227BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.92%

R = 45.86%
G = 9.22%
B = 44.92%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C227BE (or 0xC227BE) is known color: Deep Magenta. HEX triplet: C2, 27 and BE. RGB value is (194,39,190). Sum of RGB (Red+Green+Blue) = 194+39+190=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 39 (15.62% from 255 or 9.22% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C227BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C227BE is #3DD841. Grayscale: #666666. Windows color (decimal): -4053058 or 12462018. OLE color: 12462018.

HSL color Cylindrical-coordinate representation of color #C227BE: hue angle of 301.55º 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 #C227BE is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 39 190 -
CMYK 0 0.80 0.02 0.24
HSL 301.55º 0.67% 0.46% -
HSV(B) 301.55º 0.8% 0.76% -
XYZ 32.27 16.64 50.23 -
YUV 102.56 177.35 193.22 -
System Red Green Blue C M Y K H S L
Decimal 194 39 190 0 0.80 0.02 0.24 301.55 0.67 0.46
Hex C2 27 BE 0 50 2 18 12E 43 2E
Octal 302 47 276 0 120 2 30 456 103 56
Binary 11000010 100111 10111110 0 1010000 10 11000 100101110 1000011 101110

Color Harmonies of #C227BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C227BE

Black with #C227BE

Text Example


Text Example

White with #C227BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C227BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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