Html Css Color HEX #C613DB Deep Magenta

📋 copy color: '#C613DB'

red 198 ◦ green 19 ◦ blue 219

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

Shades of Deep Magenta #C613DB

Tints of Deep Magenta #C613DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.23%

R = 45.41%
G = 4.36%
B = 50.23%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C613DB (or 0xC613DB) is known color: Deep Magenta. HEX triplet: C6, 13 and DB. RGB value is (198,19,219). Sum of RGB (Red+Green+Blue) = 198+19+219=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 19 (7.81% from 255 or 4.36% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #C613DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C613DB is #39EC24. Grayscale: #5E5E5E. Windows color (decimal): -3796005 or 14357446. OLE color: 14357446.

HSL color Cylindrical-coordinate representation of color #C613DB: hue angle of 293.7º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C613DB is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 19 219 -
CMYK 0.10 0.91 0 0.14
HSL 293.7º 0.84% 0.47% -
HSV(B) 293.7º 0.91% 0.86% -
XYZ 36.31 17.59 68.5 -
YUV 95.32 197.8 201.24 -
System Red Green Blue C M Y K H S L
Decimal 198 19 219 0.10 0.91 0 0.14 293.7 0.84 0.47
Hex C6 13 DB A 5B 0 E 126 54 2F
Octal 306 23 333 12 133 0 16 446 124 57
Binary 11000110 10011 11011011 1010 1011011 0 1110 100100110 1010100 101111

Color Harmonies of #C613DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C613DB

Black with #C613DB

Text Example


Text Example

White with #C613DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C613DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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