Html Css Color HEX #C621CB Deep Magenta

📋 copy color: '#C621CB'

red 198 ◦ green 33 ◦ blue 203

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

Shades of Deep Magenta #C621CB

Tints of Deep Magenta #C621CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.77%

R = 45.62%
G = 7.6%
B = 46.77%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C621CB (or 0xC621CB) is known color: Deep Magenta. HEX triplet: C6, 21 and CB. RGB value is (198,33,203). Sum of RGB (Red+Green+Blue) = 198+33+203=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 33 (13.28% from 255 or 7.60% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #C621CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C621CB is #39DE34. Grayscale: #656565. Windows color (decimal): -3792437 or 13312454. OLE color: 13312454.

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

Color convert

RGB 198 33 203 -
CMYK 0.02 0.84 0 0.20
HSL 298.24º 0.72% 0.46% -
HSV(B) 298.24º 0.84% 0.8% -
XYZ 34.61 17.41 58.04 -
YUV 101.72 185.16 196.68 -
System Red Green Blue C M Y K H S L
Decimal 198 33 203 0.02 0.84 0 0.20 298.24 0.72 0.46
Hex C6 21 CB 2 54 0 14 12A 48 2E
Octal 306 41 313 2 124 0 24 452 110 56
Binary 11000110 100001 11001011 10 1010100 0 10100 100101010 1001000 101110

Color Harmonies of #C621CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C621CB

Black with #C621CB

Text Example


Text Example

White with #C621CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C621CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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