Html Css Color HEX #C622BB Deep Magenta

📋 copy color: '#C622BB'

red 198 ◦ green 34 ◦ blue 187

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

Shades of Deep Magenta #C622BB

Tints of Deep Magenta #C622BB

RGB

 RED value IS 198 (77.73% from 255) = 47.26%

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

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

R = 47.26%
G = 8.11%
B = 44.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C622BB (or 0xC622BB) is known color: Deep Magenta. HEX triplet: C6, 22 and BB. RGB value is (198,34,187). Sum of RGB (Red+Green+Blue) = 198+34+187=419 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.26% from 419); Green value is 34 (13.67% from 255 or 8.11% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 198 - color contains mainly: red. Hex color #C622BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C622BB is #39DD44. Grayscale: #646464. Windows color (decimal): -3792197 or 12264134. OLE color: 12264134.

HSL color Cylindrical-coordinate representation of color #C622BB: hue angle of 304.02º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C622BB is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 34 187 -
CMYK 0 0.83 0.06 0.22
HSL 304.02º 0.71% 0.45% -
HSV(B) 304.02º 0.83% 0.78% -
XYZ 32.83 16.74 48.51 -
YUV 100.48 176.83 197.56 -
System Red Green Blue C M Y K H S L
Decimal 198 34 187 0 0.83 0.06 0.22 304.02 0.71 0.45
Hex C6 22 BB 0 53 6 16 130 47 2D
Octal 306 42 273 0 123 6 26 460 107 55
Binary 11000110 100010 10111011 0 1010011 110 10110 100110000 1000111 101101

Color Harmonies of #C622BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C622BB

Black with #C622BB

Text Example


Text Example

White with #C622BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C622BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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