Html Css Color HEX #C620CE Deep Magenta

📋 copy color: '#C620CE'

red 198 ◦ green 32 ◦ blue 206

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

Shades of Deep Magenta #C620CE

Tints of Deep Magenta #C620CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.25%

R = 45.41%
G = 7.34%
B = 47.25%

CMYK

 C value IS 0.04

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C620CE (or 0xC620CE) is known color: Deep Magenta. HEX triplet: C6, 20 and CE. RGB value is (198,32,206). Sum of RGB (Red+Green+Blue) = 198+32+206=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 32 (12.89% from 255 or 7.34% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #C620CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C620CE is #39DF31. Grayscale: #646464. Windows color (decimal): -3792690 or 13508806. OLE color: 13508806.

HSL color Cylindrical-coordinate representation of color #C620CE: hue angle of 297.24º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C620CE is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 32 206 -
CMYK 0.04 0.84 0 0.19
HSL 297.24º 0.73% 0.47% -
HSV(B) 297.24º 0.84% 0.81% -
XYZ 34.95 17.5 59.93 -
YUV 101.47 187 196.85 -
System Red Green Blue C M Y K H S L
Decimal 198 32 206 0.04 0.84 0 0.19 297.24 0.73 0.47
Hex C6 20 CE 4 54 0 13 129 49 2F
Octal 306 40 316 4 124 0 23 451 111 57
Binary 11000110 100000 11001110 100 1010100 0 10011 100101001 1001001 101111

Color Harmonies of #C620CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C620CE

Black with #C620CE

Text Example


Text Example

White with #C620CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C620CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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