Html Css Color HEX #C422BE Deep Magenta

📋 copy color: '#C422BE'

red 196 ◦ green 34 ◦ blue 190

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

Shades of Deep Magenta #C422BE

Tints of Deep Magenta #C422BE

RGB

 RED value IS 196 (76.95% from 255) = 46.67%

 GREEN value IS 34 (13.67% from 255) = 8.1%

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

R = 46.67%
G = 8.1%
B = 45.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C422BE (or 0xC422BE) is known color: Deep Magenta. HEX triplet: C4, 22 and BE. RGB value is (196,34,190). Sum of RGB (Red+Green+Blue) = 196+34+190=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 34 (13.67% from 255 or 8.10% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 196 - color contains mainly: red. Hex color #C422BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C422BE is #3BDD41. Grayscale: #636363. Windows color (decimal): -3923266 or 12460740. OLE color: 12460740.

HSL color Cylindrical-coordinate representation of color #C422BE: hue angle of 302.22º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C422BE is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 34 190 -
CMYK 0 0.83 0.03 0.23
HSL 302.22º 0.7% 0.45% -
HSV(B) 302.22º 0.83% 0.77% -
XYZ 32.63 16.6 50.2 -
YUV 100.22 178.67 196.32 -
System Red Green Blue C M Y K H S L
Decimal 196 34 190 0 0.83 0.03 0.23 302.22 0.7 0.45
Hex C4 22 BE 0 53 3 17 12E 46 2D
Octal 304 42 276 0 123 3 27 456 106 55
Binary 11000100 100010 10111110 0 1010011 11 10111 100101110 1000110 101101

Color Harmonies of #C422BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C422BE

Black with #C422BE

Text Example


Text Example

White with #C422BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C422BE; }

 p { color: rgb(196,34,190); }

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

background-color css

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

 a { background-color: rgb(196,34,190); }

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

border-color css

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

 span { border-color: rgb(196,34,190); }

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