Html Css Color HEX #C621BD Deep Magenta

📋 copy color: '#C621BD'

red 198 ◦ green 33 ◦ blue 189

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

Shades of Deep Magenta #C621BD

Tints of Deep Magenta #C621BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45%

R = 47.14%
G = 7.86%
B = 45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C621BD (or 0xC621BD) is known color: Deep Magenta. HEX triplet: C6, 21 and BD. RGB value is (198,33,189). Sum of RGB (Red+Green+Blue) = 198+33+189=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 33 (13.28% from 255 or 7.86% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 198 - color contains mainly: red. Hex color #C621BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C621BD is #39DE42. Grayscale: #636363. Windows color (decimal): -3792451 or 12394950. OLE color: 12394950.

HSL color Cylindrical-coordinate representation of color #C621BD: hue angle of 303.27º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C621BD is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 33 189 -
CMYK 0 0.83 0.05 0.22
HSL 303.27º 0.71% 0.45% -
HSV(B) 303.27º 0.83% 0.78% -
XYZ 33.02 16.77 49.64 -
YUV 100.12 178.16 197.82 -
System Red Green Blue C M Y K H S L
Decimal 198 33 189 0 0.83 0.05 0.22 303.27 0.71 0.45
Hex C6 21 BD 0 53 5 16 12F 47 2D
Octal 306 41 275 0 123 5 26 457 107 55
Binary 11000110 100001 10111101 0 1010011 101 10110 100101111 1000111 101101

Color Harmonies of #C621BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C621BD

Black with #C621BD

Text Example


Text Example

White with #C621BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C621BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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