Html Css Color HEX #C626DD Deep Magenta

📋 copy color: '#C626DD'

red 198 ◦ green 38 ◦ blue 221

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

Shades of Deep Magenta #C626DD

Tints of Deep Magenta #C626DD

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.32%

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

R = 43.33%
G = 8.32%
B = 48.36%

CMYK

 C value IS 0.10

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C626DD (or 0xC626DD) is known color: Deep Magenta. HEX triplet: C6, 26 and DD. RGB value is (198,38,221). Sum of RGB (Red+Green+Blue) = 198+38+221=457 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.33% from 457); Green value is 38 (15.23% from 255 or 8.32% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #C626DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C626DD is #39D922. Grayscale: #6A6A6A. Windows color (decimal): -3791139 or 14493382. OLE color: 14493382.

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

Color convert

RGB 198 38 221 -
CMYK 0.10 0.83 0 0.13
HSL 292.46º 0.73% 0.51% -
HSV(B) 292.46º 0.83% 0.87% -
XYZ 37.03 18.61 70.05 -
YUV 106.7 192.51 193.12 -
System Red Green Blue C M Y K H S L
Decimal 198 38 221 0.10 0.83 0 0.13 292.46 0.73 0.51
Hex C6 26 DD A 53 0 D 124 49 33
Octal 306 46 335 12 123 0 15 444 111 63
Binary 11000110 100110 11011101 1010 1010011 0 1101 100100100 1001001 110011

Color Harmonies of #C626DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C626DD

Black with #C626DD

Text Example


Text Example

White with #C626DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C626DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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