Html Css Color HEX #C622DA Deep Magenta

📋 copy color: '#C622DA'

red 198 ◦ green 34 ◦ blue 218

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

Shades of Deep Magenta #C622DA

Tints of Deep Magenta #C622DA

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.56%

 BLUE value IS 218 (85.55% from 255) = 48.44%

R = 44%
G = 7.56%
B = 48.44%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C622DA (or 0xC622DA) is known color: Deep Magenta. HEX triplet: C6, 22 and DA. RGB value is (198,34,218). Sum of RGB (Red+Green+Blue) = 198+34+218=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 34 (13.67% from 255 or 7.56% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #C622DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C622DA is #39DD25. Grayscale: #676767. Windows color (decimal): -3792166 or 14295750. OLE color: 14295750.

HSL color Cylindrical-coordinate representation of color #C622DA: hue angle of 293.48º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C622DA is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 34 218 -
CMYK 0.09 0.84 0 0.15
HSL 293.48º 0.73% 0.49% -
HSV(B) 293.48º 0.84% 0.85% -
XYZ 36.52 18.21 67.92 -
YUV 104.01 192.33 195.04 -
System Red Green Blue C M Y K H S L
Decimal 198 34 218 0.09 0.84 0 0.15 293.48 0.73 0.49
Hex C6 22 DA 9 54 0 F 125 49 31
Octal 306 42 332 11 124 0 17 445 111 61
Binary 11000110 100010 11011010 1001 1010100 0 1111 100100101 1001001 110001

Color Harmonies of #C622DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C622DA

Black with #C622DA

Text Example


Text Example

White with #C622DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C622DA; }

 p { color: rgb(198,34,218); }

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

background-color css

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

 a { background-color: rgb(198,34,218); }

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

border-color css

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

 span { border-color: rgb(198,34,218); }

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