Html Css Color HEX #C626E2 Deep Magenta

📋 copy color: '#C626E2'

red 198 ◦ green 38 ◦ blue 226

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

Shades of Deep Magenta #C626E2

Tints of Deep Magenta #C626E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 48.92%

R = 42.86%
G = 8.23%
B = 48.92%

CMYK

 C value IS 0.12

 M value IS 0.83

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C626E2 (or 0xC626E2) is known color: Deep Magenta. HEX triplet: C6, 26 and E2. RGB value is (198,38,226). Sum of RGB (Red+Green+Blue) = 198+38+226=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 38 (15.23% from 255 or 8.23% from 462); Blue value is 226 (88.67% from 255 or 48.92% from 462); Max value from RGB is 226 - color contains mainly: blue. Hex color #C626E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C626E2 is #39D91D. Grayscale: #6A6A6A. Windows color (decimal): -3791134 or 14821062. OLE color: 14821062.

HSL color Cylindrical-coordinate representation of color #C626E2: hue angle of 291.06º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C626E2 is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 198 38 226 -
CMYK 0.12 0.83 0 0.11
HSL 291.06º 0.76% 0.52% -
HSV(B) 291.06º 0.83% 0.89% -
XYZ 37.71 18.88 73.61 -
YUV 107.27 195.01 192.71 -
System Red Green Blue C M Y K H S L
Decimal 198 38 226 0.12 0.83 0 0.11 291.06 0.76 0.52
Hex C6 26 E2 C 53 0 B 123 4C 34
Octal 306 46 342 14 123 0 13 443 114 64
Binary 11000110 100110 11100010 1100 1010011 0 1011 100100011 1001100 110100

Color Harmonies of #C626E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C626E2

Black with #C626E2

Text Example


Text Example

White with #C626E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C626E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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