Html Css Color HEX #C628BD Deep Magenta

📋 copy color: '#C628BD'

red 198 ◦ green 40 ◦ blue 189

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

Shades of Deep Magenta #C628BD

Tints of Deep Magenta #C628BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.26%

R = 46.37%
G = 9.37%
B = 44.26%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C628BD (or 0xC628BD) is known color: Deep Magenta. HEX triplet: C6, 28 and BD. RGB value is (198,40,189). Sum of RGB (Red+Green+Blue) = 198+40+189=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 40 (16.02% from 255 or 9.37% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 198 - color contains mainly: red. Hex color #C628BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C628BD is #39D742. Grayscale: #676767. Windows color (decimal): -3790659 or 12396742. OLE color: 12396742.

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

Color convert

RGB 198 40 189 -
CMYK 0 0.80 0.05 0.22
HSL 303.42º 0.66% 0.47% -
HSV(B) 303.42º 0.8% 0.78% -
XYZ 33.23 17.2 49.71 -
YUV 104.23 175.85 194.88 -
System Red Green Blue C M Y K H S L
Decimal 198 40 189 0 0.80 0.05 0.22 303.42 0.66 0.47
Hex C6 28 BD 0 50 5 16 12F 42 2F
Octal 306 50 275 0 120 5 26 457 102 57
Binary 11000110 101000 10111101 0 1010000 101 10110 100101111 1000010 101111

Color Harmonies of #C628BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C628BD

Black with #C628BD

Text Example


Text Example

White with #C628BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C628BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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