Html Css Color HEX #C629DD Deep Magenta

📋 copy color: '#C629DD'

red 198 ◦ green 41 ◦ blue 221

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

Shades of Deep Magenta #C629DD

Tints of Deep Magenta #C629DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.04%

R = 43.04%
G = 8.91%
B = 48.04%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C629DD (or 0xC629DD) is known color: Deep Magenta. HEX triplet: C6, 29 and DD. RGB value is (198,41,221). Sum of RGB (Red+Green+Blue) = 198+41+221=460 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.04% from 460); Green value is 41 (16.41% from 255 or 8.91% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #C629DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C629DD is #39D622. Grayscale: #6B6B6B. Windows color (decimal): -3790371 or 14494150. OLE color: 14494150.

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

Color convert

RGB 198 41 221 -
CMYK 0.10 0.81 0 0.13
HSL 292.33º 0.73% 0.51% -
HSV(B) 292.33º 0.81% 0.87% -
XYZ 37.13 18.81 70.08 -
YUV 108.46 191.51 191.86 -
System Red Green Blue C M Y K H S L
Decimal 198 41 221 0.10 0.81 0 0.13 292.33 0.73 0.51
Hex C6 29 DD A 51 0 D 124 49 33
Octal 306 51 335 12 121 0 15 444 111 63
Binary 11000110 101001 11011101 1010 1010001 0 1101 100100100 1001001 110011

Color Harmonies of #C629DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C629DD

Black with #C629DD

Text Example


Text Example

White with #C629DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C629DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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