Html Css Color HEX #C621CE Deep Magenta

📋 copy color: '#C621CE'

red 198 ◦ green 33 ◦ blue 206

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

Shades of Deep Magenta #C621CE

Tints of Deep Magenta #C621CE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.55%

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

R = 45.31%
G = 7.55%
B = 47.14%

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

#C621CE (or 0xC621CE) is known color: Deep Magenta. HEX triplet: C6, 21 and CE. RGB value is (198,33,206). Sum of RGB (Red+Green+Blue) = 198+33+206=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 33 (13.28% from 255 or 7.55% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #C621CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C621CE is #39DE31. Grayscale: #656565. Windows color (decimal): -3792434 or 13509062. OLE color: 13509062.

HSL color Cylindrical-coordinate representation of color #C621CE: hue angle of 297.23º degrees, saturation: 0.72, 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 #C621CE is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 33 206 -
CMYK 0.04 0.84 0 0.19
HSL 297.23º 0.72% 0.47% -
HSV(B) 297.23º 0.84% 0.81% -
XYZ 34.97 17.55 59.94 -
YUV 102.06 186.66 196.43 -
System Red Green Blue C M Y K H S L
Decimal 198 33 206 0.04 0.84 0 0.19 297.23 0.72 0.47
Hex C6 21 CE 4 54 0 13 129 48 2F
Octal 306 41 316 4 124 0 23 451 110 57
Binary 11000110 100001 11001110 100 1010100 0 10011 100101001 1001000 101111

Color Harmonies of #C621CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C621CE

Black with #C621CE

Text Example


Text Example

White with #C621CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C621CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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