Html Css Color HEX #C621CC Deep Magenta

📋 copy color: '#C621CC'

red 198 ◦ green 33 ◦ blue 204

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

Shades of Deep Magenta #C621CC

Tints of Deep Magenta #C621CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.9%

R = 45.52%
G = 7.59%
B = 46.9%

CMYK

 C value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C621CC (or 0xC621CC) is known color: Deep Magenta. HEX triplet: C6, 21 and CC. RGB value is (198,33,204). Sum of RGB (Red+Green+Blue) = 198+33+204=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 33 (13.28% from 255 or 7.59% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #C621CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C621CC is #39DE33. Grayscale: #656565. Windows color (decimal): -3792436 or 13377990. OLE color: 13377990.

HSL color Cylindrical-coordinate representation of color #C621CC: hue angle of 297.89º 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 #C621CC is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 198 33 204 -
CMYK 0.03 0.84 0 0.2
HSL 297.89º 0.72% 0.46% -
HSV(B) 297.89º 0.84% 0.8% -
XYZ 34.73 17.45 58.66 -
YUV 101.83 185.66 196.6 -
System Red Green Blue C M Y K H S L
Decimal 198 33 204 0.03 0.84 0 0.2 297.89 0.72 0.46
Hex C6 21 CC 3 54 0 14 12A 48 2E
Octal 306 41 314 3 124 0 24 452 110 56
Binary 11000110 100001 11001100 11 1010100 0 10100 100101010 1001000 101110

Color Harmonies of #C621CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C621CC

Black with #C621CC

Text Example


Text Example

White with #C621CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C621CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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