Html Css Color HEX #C422BB Deep Magenta

📋 copy color: '#C422BB'

red 196 ◦ green 34 ◦ blue 187

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

Shades of Deep Magenta #C422BB

Tints of Deep Magenta #C422BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.84%

R = 47%
G = 8.15%
B = 44.84%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C422BB (or 0xC422BB) is known color: Deep Magenta. HEX triplet: C4, 22 and BB. RGB value is (196,34,187). Sum of RGB (Red+Green+Blue) = 196+34+187=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 34 (13.67% from 255 or 8.15% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C422BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C422BB is #3BDD44. Grayscale: #636363. Windows color (decimal): -3923269 or 12264132. OLE color: 12264132.

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

Color convert

RGB 196 34 187 -
CMYK 0 0.83 0.05 0.23
HSL 303.33º 0.7% 0.45% -
HSV(B) 303.33º 0.83% 0.77% -
XYZ 32.31 16.47 48.49 -
YUV 99.88 177.17 196.56 -
System Red Green Blue C M Y K H S L
Decimal 196 34 187 0 0.83 0.05 0.23 303.33 0.7 0.45
Hex C4 22 BB 0 53 5 17 12F 46 2D
Octal 304 42 273 0 123 5 27 457 106 55
Binary 11000100 100010 10111011 0 1010011 101 10111 100101111 1000110 101101

Color Harmonies of #C422BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C422BB

Black with #C422BB

Text Example


Text Example

White with #C422BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C422BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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