Html Css Color HEX #C620E0 Deep Magenta

📋 copy color: '#C620E0'

red 198 ◦ green 32 ◦ blue 224

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

Shades of Deep Magenta #C620E0

Tints of Deep Magenta #C620E0

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.05%

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

R = 43.61%
G = 7.05%
B = 49.34%

CMYK

 C value IS 0.12

 M value IS 0.86

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C620E0 (or 0xC620E0) is known color: Deep Magenta. HEX triplet: C6, 20 and E0. RGB value is (198,32,224). Sum of RGB (Red+Green+Blue) = 198+32+224=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 32 (12.89% from 255 or 7.05% from 454); Blue value is 224 (87.89% from 255 or 49.34% from 454); Max value from RGB is 224 - color contains mainly: blue. Hex color #C620E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C620E0 is #39DF1F. Grayscale: #666666. Windows color (decimal): -3792672 or 14688454. OLE color: 14688454.

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

Color convert

RGB 198 32 224 -
CMYK 0.12 0.86 0 0.12
HSL 291.88º 0.76% 0.5% -
HSV(B) 291.88º 0.86% 0.88% -
XYZ 37.26 18.42 72.11 -
YUV 103.52 196 195.39 -
System Red Green Blue C M Y K H S L
Decimal 198 32 224 0.12 0.86 0 0.12 291.88 0.76 0.5
Hex C6 20 E0 C 56 0 C 124 4C 32
Octal 306 40 340 14 126 0 14 444 114 62
Binary 11000110 100000 11100000 1100 1010110 0 1100 100100100 1001100 110010

Color Harmonies of #C620E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C620E0

Black with #C620E0

Text Example


Text Example

White with #C620E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C620E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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