Html Css Color HEX #C621CD Deep Magenta

📋 copy color: '#C621CD'

red 198 ◦ green 33 ◦ blue 205

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

Shades of Deep Magenta #C621CD

Tints of Deep Magenta #C621CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.02%

R = 45.41%
G = 7.57%
B = 47.02%

CMYK

 C value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C621CD (or 0xC621CD) is known color: Deep Magenta. HEX triplet: C6, 21 and CD. RGB value is (198,33,205). Sum of RGB (Red+Green+Blue) = 198+33+205=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 33 (13.28% from 255 or 7.57% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #C621CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C621CD is #39DE32. Grayscale: #656565. Windows color (decimal): -3792435 or 13443526. OLE color: 13443526.

HSL color Cylindrical-coordinate representation of color #C621CD: hue angle of 297.56º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C621CD is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 198 33 205 -
CMYK 0.03 0.84 0 0.20
HSL 297.56º 0.72% 0.47% -
HSV(B) 297.56º 0.84% 0.8% -
XYZ 34.85 17.5 59.3 -
YUV 101.94 186.16 196.51 -
System Red Green Blue C M Y K H S L
Decimal 198 33 205 0.03 0.84 0 0.20 297.56 0.72 0.47
Hex C6 21 CD 3 54 0 14 12A 48 2F
Octal 306 41 315 3 124 0 24 452 110 57
Binary 11000110 100001 11001101 11 1010100 0 10100 100101010 1001000 101111

Color Harmonies of #C621CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C621CD

Black with #C621CD

Text Example


Text Example

White with #C621CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C621CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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