Html Css Color HEX #C613BA Deep Magenta

📋 copy color: '#C613BA'

red 198 ◦ green 19 ◦ blue 186

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

Shades of Deep Magenta #C613BA

Tints of Deep Magenta #C613BA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.71%

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

R = 49.13%
G = 4.71%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C613BA (or 0xC613BA) is known color: Deep Magenta. HEX triplet: C6, 13 and BA. RGB value is (198,19,186). Sum of RGB (Red+Green+Blue) = 198+19+186=403 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.13% from 403); Green value is 19 (7.81% from 255 or 4.71% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 198 - color contains mainly: red. Hex color #C613BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C613BA is #39EC45. Grayscale: #5B5B5B. Windows color (decimal): -3796038 or 12194758. OLE color: 12194758.

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

Color convert

RGB 198 19 186 -
CMYK 0 0.90 0.06 0.22
HSL 304.02º 0.82% 0.43% -
HSV(B) 304.02º 0.9% 0.78% -
XYZ 32.38 16.02 47.84 -
YUV 91.56 181.3 203.92 -
System Red Green Blue C M Y K H S L
Decimal 198 19 186 0 0.90 0.06 0.22 304.02 0.82 0.43
Hex C6 13 BA 0 5A 6 16 130 52 2B
Octal 306 23 272 0 132 6 26 460 122 53
Binary 11000110 10011 10111010 0 1011010 110 10110 100110000 1010010 101011

Color Harmonies of #C613BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C613BA

Black with #C613BA

Text Example


Text Example

White with #C613BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C613BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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