Html Css Color HEX #C228BC Deep Magenta

📋 copy color: '#C228BC'

red 194 ◦ green 40 ◦ blue 188

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

Shades of Deep Magenta #C228BC

Tints of Deep Magenta #C228BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.55%

R = 45.97%
G = 9.48%
B = 44.55%

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

#C228BC (or 0xC228BC) is known color: Deep Magenta. HEX triplet: C2, 28 and BC. RGB value is (194,40,188). Sum of RGB (Red+Green+Blue) = 194+40+188=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 40 (16.02% from 255 or 9.48% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C228BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C228BC is #3DD743. Grayscale: #666666. Windows color (decimal): -4052804 or 12331202. OLE color: 12331202.

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

Color convert

RGB 194 40 188 -
CMYK 0 0.79 0.03 0.24
HSL 302.34º 0.66% 0.46% -
HSV(B) 302.34º 0.79% 0.76% -
XYZ 32.08 16.62 49.09 -
YUV 102.92 176.02 192.97 -
System Red Green Blue C M Y K H S L
Decimal 194 40 188 0 0.79 0.03 0.24 302.34 0.66 0.46
Hex C2 28 BC 0 4F 3 18 12E 42 2E
Octal 302 50 274 0 117 3 30 456 102 56
Binary 11000010 101000 10111100 0 1001111 11 11000 100101110 1000010 101110

Color Harmonies of #C228BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C228BC

Black with #C228BC

Text Example


Text Example

White with #C228BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C228BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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