Html Css Color HEX #C628B9 Deep Magenta

📋 copy color: '#C628B9'

red 198 ◦ green 40 ◦ blue 185

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

Shades of Deep Magenta #C628B9

Tints of Deep Magenta #C628B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 43.74%

R = 46.81%
G = 9.46%
B = 43.74%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C628B9 (or 0xC628B9) is known color: Deep Magenta. HEX triplet: C6, 28 and B9. RGB value is (198,40,185). Sum of RGB (Red+Green+Blue) = 198+40+185=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 40 (16.02% from 255 or 9.46% from 423); Blue value is 185 (72.66% from 255 or 43.74% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C628B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C628B9 is #39D746. Grayscale: #676767. Windows color (decimal): -3790663 or 12134598. OLE color: 12134598.

HSL color Cylindrical-coordinate representation of color #C628B9: hue angle of 304.94º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C628B9 is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 40 185 -
CMYK 0 0.80 0.07 0.22
HSL 304.94º 0.66% 0.47% -
HSV(B) 304.94º 0.8% 0.78% -
XYZ 32.8 17.03 47.46 -
YUV 103.77 173.85 195.21 -
System Red Green Blue C M Y K H S L
Decimal 198 40 185 0 0.80 0.07 0.22 304.94 0.66 0.47
Hex C6 28 B9 0 50 7 16 131 42 2F
Octal 306 50 271 0 120 7 26 461 102 57
Binary 11000110 101000 10111001 0 1010000 111 10110 100110001 1000010 101111

Color Harmonies of #C628B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C628B9

Black with #C628B9

Text Example


Text Example

White with #C628B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C628B9; }

 p { color: rgb(198,40,185); }

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

background-color css

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

 a { background-color: rgb(198,40,185); }

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

border-color css

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

 span { border-color: rgb(198,40,185); }

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