Html Css Color HEX #C228BD Deep Magenta

📋 copy color: '#C228BD'

red 194 ◦ green 40 ◦ blue 189

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

Shades of Deep Magenta #C228BD

Tints of Deep Magenta #C228BD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.46%

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

R = 45.86%
G = 9.46%
B = 44.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C228BD (or 0xC228BD) is known color: Deep Magenta. HEX triplet: C2, 28 and BD. RGB value is (194,40,189). Sum of RGB (Red+Green+Blue) = 194+40+189=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 40 (16.02% from 255 or 9.46% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C228BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C228BD is #3DD742. Grayscale: #666666. Windows color (decimal): -4052803 or 12396738. OLE color: 12396738.

HSL color Cylindrical-coordinate representation of color #C228BD: hue angle of 301.95º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C228BD is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 40 189 -
CMYK 0 0.79 0.03 0.24
HSL 301.95º 0.66% 0.46% -
HSV(B) 301.95º 0.79% 0.76% -
XYZ 32.19 16.66 49.66 -
YUV 103.03 176.52 192.88 -
System Red Green Blue C M Y K H S L
Decimal 194 40 189 0 0.79 0.03 0.24 301.95 0.66 0.46
Hex C2 28 BD 0 4F 3 18 12E 42 2E
Octal 302 50 275 0 117 3 30 456 102 56
Binary 11000010 101000 10111101 0 1001111 11 11000 100101110 1000010 101110

Color Harmonies of #C228BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C228BD

Black with #C228BD

Text Example


Text Example

White with #C228BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C228BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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