Html Css Color HEX #C422BF Deep Magenta

📋 copy color: '#C422BF'

red 196 ◦ green 34 ◦ blue 191

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

Shades of Deep Magenta #C422BF

Tints of Deep Magenta #C422BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.37%

R = 46.56%
G = 8.08%
B = 45.37%

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

#C422BF (or 0xC422BF) is known color: Deep Magenta. HEX triplet: C4, 22 and BF. RGB value is (196,34,191). Sum of RGB (Red+Green+Blue) = 196+34+191=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 34 (13.67% from 255 or 8.08% from 421); Blue value is 191 (75% from 255 or 45.37% from 421); Max value from RGB is 196 - color contains mainly: red. Hex color #C422BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C422BF is #3BDD40. Grayscale: #636363. Windows color (decimal): -3923265 or 12526276. OLE color: 12526276.

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

Color convert

RGB 196 34 191 -
CMYK 0 0.83 0.03 0.23
HSL 301.85º 0.7% 0.45% -
HSV(B) 301.85º 0.83% 0.77% -
XYZ 32.74 16.64 50.78 -
YUV 100.34 179.17 196.23 -
System Red Green Blue C M Y K H S L
Decimal 196 34 191 0 0.83 0.03 0.23 301.85 0.7 0.45
Hex C4 22 BF 0 53 3 17 12E 46 2D
Octal 304 42 277 0 123 3 27 456 106 55
Binary 11000100 100010 10111111 0 1010011 11 10111 100101110 1000110 101101

Color Harmonies of #C422BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C422BF

Black with #C422BF

Text Example


Text Example

White with #C422BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C422BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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