Html Css Color HEX #C622CE Deep Magenta

📋 copy color: '#C622CE'

red 198 ◦ green 34 ◦ blue 206

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

Shades of Deep Magenta #C622CE

Tints of Deep Magenta #C622CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.03%

R = 45.21%
G = 7.76%
B = 47.03%

CMYK

 C value IS 0.04

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C622CE (or 0xC622CE) is known color: Deep Magenta. HEX triplet: C6, 22 and CE. RGB value is (198,34,206). Sum of RGB (Red+Green+Blue) = 198+34+206=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 34 (13.67% from 255 or 7.76% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #C622CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C622CE is #39DD31. Grayscale: #666666. Windows color (decimal): -3792178 or 13509318. OLE color: 13509318.

HSL color Cylindrical-coordinate representation of color #C622CE: hue angle of 297.21º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C622CE is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 34 206 -
CMYK 0.04 0.83 0 0.19
HSL 297.21º 0.72% 0.47% -
HSV(B) 297.21º 0.83% 0.81% -
XYZ 35 17.61 59.95 -
YUV 102.64 186.33 196.01 -
System Red Green Blue C M Y K H S L
Decimal 198 34 206 0.04 0.83 0 0.19 297.21 0.72 0.47
Hex C6 22 CE 4 53 0 13 129 48 2F
Octal 306 42 316 4 123 0 23 451 110 57
Binary 11000110 100010 11001110 100 1010011 0 10011 100101001 1001000 101111

Color Harmonies of #C622CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C622CE

Black with #C622CE

Text Example


Text Example

White with #C622CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C622CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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