Html Css Color HEX #C614DB Deep Magenta

📋 copy color: '#C614DB'

red 198 ◦ green 20 ◦ blue 219

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

Shades of Deep Magenta #C614DB

Tints of Deep Magenta #C614DB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.58%

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

R = 45.31%
G = 4.58%
B = 50.11%

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

#C614DB (or 0xC614DB) is known color: Deep Magenta. HEX triplet: C6, 14 and DB. RGB value is (198,20,219). Sum of RGB (Red+Green+Blue) = 198+20+219=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 20 (8.20% from 255 or 4.58% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #C614DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C614DB is #39EB24. Grayscale: #5F5F5F. Windows color (decimal): -3795749 or 14357702. OLE color: 14357702.

HSL color Cylindrical-coordinate representation of color #C614DB: hue angle of 293.67º degrees, saturation: 0.83, 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 #C614DB is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 20 219 -
CMYK 0.10 0.91 0 0.14
HSL 293.67º 0.83% 0.47% -
HSV(B) 293.67º 0.91% 0.86% -
XYZ 36.33 17.62 68.5 -
YUV 95.91 197.47 200.82 -
System Red Green Blue C M Y K H S L
Decimal 198 20 219 0.10 0.91 0 0.14 293.67 0.83 0.47
Hex C6 14 DB A 5B 0 E 126 53 2F
Octal 306 24 333 12 133 0 16 446 123 57
Binary 11000110 10100 11011011 1010 1011011 0 1110 100100110 1010011 101111

Color Harmonies of #C614DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C614DB

Black with #C614DB

Text Example


Text Example

White with #C614DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C614DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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