Html Css Color HEX #C622CA Deep Magenta

📋 copy color: '#C622CA'

red 198 ◦ green 34 ◦ blue 202

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

Shades of Deep Magenta #C622CA

Tints of Deep Magenta #C622CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.54%

R = 45.62%
G = 7.83%
B = 46.54%

CMYK

 C value IS 0.02

 M value IS 0.83

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C622CA (or 0xC622CA) is known color: Deep Magenta. HEX triplet: C6, 22 and CA. RGB value is (198,34,202). Sum of RGB (Red+Green+Blue) = 198+34+202=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 34 (13.67% from 255 or 7.83% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #C622CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C622CA is #39DD35. Grayscale: #656565. Windows color (decimal): -3792182 or 13247174. OLE color: 13247174.

HSL color Cylindrical-coordinate representation of color #C622CA: hue angle of 298.57º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C622CA is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 198 34 202 -
CMYK 0.02 0.83 0 0.21
HSL 298.57º 0.71% 0.46% -
HSV(B) 298.57º 0.83% 0.79% -
XYZ 34.52 17.41 57.42 -
YUV 102.19 184.33 196.34 -
System Red Green Blue C M Y K H S L
Decimal 198 34 202 0.02 0.83 0 0.21 298.57 0.71 0.46
Hex C6 22 CA 2 53 0 15 12B 47 2E
Octal 306 42 312 2 123 0 25 453 107 56
Binary 11000110 100010 11001010 10 1010011 0 10101 100101011 1000111 101110

Color Harmonies of #C622CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C622CA

Black with #C622CA

Text Example


Text Example

White with #C622CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C622CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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