Html Css Color HEX #C628BA Deep Magenta

📋 copy color: '#C628BA'

red 198 ◦ green 40 ◦ blue 186

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

Shades of Deep Magenta #C628BA

Tints of Deep Magenta #C628BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.87%

R = 46.7%
G = 9.43%
B = 43.87%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C628BA (or 0xC628BA) is known color: Deep Magenta. HEX triplet: C6, 28 and BA. RGB value is (198,40,186). Sum of RGB (Red+Green+Blue) = 198+40+186=424 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.70% from 424); Green value is 40 (16.02% from 255 or 9.43% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 198 - color contains mainly: red. Hex color #C628BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C628BA is #39D745. Grayscale: #676767. Windows color (decimal): -3790662 or 12200134. OLE color: 12200134.

HSL color Cylindrical-coordinate representation of color #C628BA: hue angle of 304.56º 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 #C628BA is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 40 186 -
CMYK 0 0.80 0.06 0.22
HSL 304.56º 0.66% 0.47% -
HSV(B) 304.56º 0.8% 0.78% -
XYZ 32.91 17.07 48.01 -
YUV 103.89 174.35 195.13 -
System Red Green Blue C M Y K H S L
Decimal 198 40 186 0 0.80 0.06 0.22 304.56 0.66 0.47
Hex C6 28 BA 0 50 6 16 131 42 2F
Octal 306 50 272 0 120 6 26 461 102 57
Binary 11000110 101000 10111010 0 1010000 110 10110 100110001 1000010 101111

Color Harmonies of #C628BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C628BA

Black with #C628BA

Text Example


Text Example

White with #C628BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C628BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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