Html Css Color HEX #C629DB Deep Magenta

📋 copy color: '#C629DB'

red 198 ◦ green 41 ◦ blue 219

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

Shades of Deep Magenta #C629DB

Tints of Deep Magenta #C629DB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.95%

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

R = 43.23%
G = 8.95%
B = 47.82%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C629DB (or 0xC629DB) is known color: Deep Magenta. HEX triplet: C6, 29 and DB. RGB value is (198,41,219). Sum of RGB (Red+Green+Blue) = 198+41+219=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 41 (16.41% from 255 or 8.95% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #C629DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C629DB is #39D624. Grayscale: #6B6B6B. Windows color (decimal): -3790373 or 14363078. OLE color: 14363078.

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

Color convert

RGB 198 41 219 -
CMYK 0.10 0.81 0 0.14
HSL 292.92º 0.71% 0.51% -
HSV(B) 292.92º 0.81% 0.86% -
XYZ 36.87 18.71 68.69 -
YUV 108.24 190.51 192.03 -
System Red Green Blue C M Y K H S L
Decimal 198 41 219 0.10 0.81 0 0.14 292.92 0.71 0.51
Hex C6 29 DB A 51 0 E 125 47 33
Octal 306 51 333 12 121 0 16 445 107 63
Binary 11000110 101001 11011011 1010 1010001 0 1110 100100101 1000111 110011

Color Harmonies of #C629DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C629DB

Black with #C629DB

Text Example


Text Example

White with #C629DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C629DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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