Html Css Color HEX #C620BE Deep Magenta

📋 copy color: '#C620BE'

red 198 ◦ green 32 ◦ blue 190

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

Shades of Deep Magenta #C620BE

Tints of Deep Magenta #C620BE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.62%

 BLUE value IS 190 (74.61% from 255) = 45.24%

R = 47.14%
G = 7.62%
B = 45.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C620BE (or 0xC620BE) is known color: Deep Magenta. HEX triplet: C6, 20 and BE. RGB value is (198,32,190). Sum of RGB (Red+Green+Blue) = 198+32+190=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 32 (12.89% from 255 or 7.62% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 198 - color contains mainly: red. Hex color #C620BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C620BE is #39DF41. Grayscale: #636363. Windows color (decimal): -3792706 or 12460230. OLE color: 12460230.

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

Color convert

RGB 198 32 190 -
CMYK 0 0.84 0.04 0.22
HSL 302.89º 0.72% 0.45% -
HSV(B) 302.89º 0.84% 0.78% -
XYZ 33.1 16.76 50.2 -
YUV 99.65 179 198.15 -
System Red Green Blue C M Y K H S L
Decimal 198 32 190 0 0.84 0.04 0.22 302.89 0.72 0.45
Hex C6 20 BE 0 54 4 16 12F 48 2D
Octal 306 40 276 0 124 4 26 457 110 55
Binary 11000110 100000 10111110 0 1010100 100 10110 100101111 1001000 101101

Color Harmonies of #C620BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C620BE

Black with #C620BE

Text Example


Text Example

White with #C620BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C620BE; }

 p { color: rgb(198,32,190); }

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

background-color css

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

 a { background-color: rgb(198,32,190); }

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

border-color css

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

 span { border-color: rgb(198,32,190); }

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