Html Css Color HEX #C613BC Deep Magenta

📋 copy color: '#C613BC'

red 198 ◦ green 19 ◦ blue 188

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

Shades of Deep Magenta #C613BC

Tints of Deep Magenta #C613BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.42%

R = 48.89%
G = 4.69%
B = 46.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C613BC (or 0xC613BC) is known color: Deep Magenta. HEX triplet: C6, 13 and BC. RGB value is (198,19,188). Sum of RGB (Red+Green+Blue) = 198+19+188=405 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.89% from 405); Green value is 19 (7.81% from 255 or 4.69% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 198 - color contains mainly: red. Hex color #C613BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C613BC is #39EC43. Grayscale: #5B5B5B. Windows color (decimal): -3796036 or 12325830. OLE color: 12325830.

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

Color convert

RGB 198 19 188 -
CMYK 0 0.90 0.05 0.22
HSL 303.35º 0.82% 0.43% -
HSV(B) 303.35º 0.9% 0.78% -
XYZ 32.6 16.1 48.97 -
YUV 91.79 182.3 203.76 -
System Red Green Blue C M Y K H S L
Decimal 198 19 188 0 0.90 0.05 0.22 303.35 0.82 0.43
Hex C6 13 BC 0 5A 5 16 12F 52 2B
Octal 306 23 274 0 132 5 26 457 122 53
Binary 11000110 10011 10111100 0 1011010 101 10110 100101111 1010010 101011

Color Harmonies of #C613BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C613BC

Black with #C613BC

Text Example


Text Example

White with #C613BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C613BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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