Html Css Color HEX #C629E0 Deep Magenta

📋 copy color: '#C629E0'

red 198 ◦ green 41 ◦ blue 224

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

Shades of Deep Magenta #C629E0

Tints of Deep Magenta #C629E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 48.38%

R = 42.76%
G = 8.86%
B = 48.38%

CMYK

 C value IS 0.12

 M value IS 0.82

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C629E0 (or 0xC629E0) is known color: Deep Magenta. HEX triplet: C6, 29 and E0. RGB value is (198,41,224). Sum of RGB (Red+Green+Blue) = 198+41+224=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 41 (16.41% from 255 or 8.86% from 463); Blue value is 224 (87.89% from 255 or 48.38% from 463); Max value from RGB is 224 - color contains mainly: blue. Hex color #C629E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C629E0 is #39D61F. Grayscale: #6C6C6C. Windows color (decimal): -3790368 or 14690758. OLE color: 14690758.

HSL color Cylindrical-coordinate representation of color #C629E0: hue angle of 291.48º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C629E0 is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 198 41 224 -
CMYK 0.12 0.82 0 0.12
HSL 291.48º 0.75% 0.52% -
HSV(B) 291.48º 0.82% 0.88% -
XYZ 37.54 18.97 72.2 -
YUV 108.81 193.01 191.62 -
System Red Green Blue C M Y K H S L
Decimal 198 41 224 0.12 0.82 0 0.12 291.48 0.75 0.52
Hex C6 29 E0 C 52 0 C 123 4B 34
Octal 306 51 340 14 122 0 14 443 113 64
Binary 11000110 101001 11100000 1100 1010010 0 1100 100100011 1001011 110100

Color Harmonies of #C629E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C629E0

Black with #C629E0

Text Example


Text Example

White with #C629E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C629E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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