Html Css Color HEX #C227BD Deep Magenta

📋 copy color: '#C227BD'

red 194 ◦ green 39 ◦ blue 189

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

Shades of Deep Magenta #C227BD

Tints of Deep Magenta #C227BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.79%

R = 45.97%
G = 9.24%
B = 44.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C227BD (or 0xC227BD) is known color: Deep Magenta. HEX triplet: C2, 27 and BD. RGB value is (194,39,189). Sum of RGB (Red+Green+Blue) = 194+39+189=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 39 (15.62% from 255 or 9.24% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C227BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C227BD is #3DD842. Grayscale: #666666. Windows color (decimal): -4053059 or 12396482. OLE color: 12396482.

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

Color convert

RGB 194 39 189 -
CMYK 0 0.80 0.03 0.24
HSL 301.94º 0.67% 0.46% -
HSV(B) 301.94º 0.8% 0.76% -
XYZ 32.16 16.59 49.65 -
YUV 102.45 176.85 193.3 -
System Red Green Blue C M Y K H S L
Decimal 194 39 189 0 0.80 0.03 0.24 301.94 0.67 0.46
Hex C2 27 BD 0 50 3 18 12E 43 2E
Octal 302 47 275 0 120 3 30 456 103 56
Binary 11000010 100111 10111101 0 1010000 11 11000 100101110 1000011 101110

Color Harmonies of #C227BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C227BD

Black with #C227BD

Text Example


Text Example

White with #C227BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C227BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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