Html Css Color HEX #C610C2 Deep Magenta

📋 copy color: '#C610C2'

red 198 ◦ green 16 ◦ blue 194

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

Shades of Deep Magenta #C610C2

Tints of Deep Magenta #C610C2

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.92%

 BLUE value IS 194 (76.17% from 255) = 47.55%

R = 48.53%
G = 3.92%
B = 47.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C610C2 (or 0xC610C2) is known color: Deep Magenta. HEX triplet: C6, 10 and C2. RGB value is (198,16,194). Sum of RGB (Red+Green+Blue) = 198+16+194=408 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.53% from 408); Green value is 16 (6.64% from 255 or 3.92% from 408); Blue value is 194 (76.17% from 255 or 47.55% from 408); Max value from RGB is 198 - color contains mainly: red. Hex color #C610C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C610C2 is #39EF3D. Grayscale: #5A5A5A. Windows color (decimal): -3796798 or 12718278. OLE color: 12718278.

HSL color Cylindrical-coordinate representation of color #C610C2: hue angle of 301.32º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C610C2 is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 16 194 -
CMYK 0 0.92 0.02 0.22
HSL 301.32º 0.85% 0.42% -
HSV(B) 301.32º 0.92% 0.78% -
XYZ 33.21 16.27 52.43 -
YUV 90.71 186.3 204.53 -
System Red Green Blue C M Y K H S L
Decimal 198 16 194 0 0.92 0.02 0.22 301.32 0.85 0.42
Hex C6 10 C2 0 5C 2 16 12D 55 2A
Octal 306 20 302 0 134 2 26 455 125 52
Binary 11000110 10000 11000010 0 1011100 10 10110 100101101 1010101 101010

Color Harmonies of #C610C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C610C2

Black with #C610C2

Text Example


Text Example

White with #C610C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C610C2; }

 p { color: rgb(198,16,194); }

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

background-color css

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

 a { background-color: rgb(198,16,194); }

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

border-color css

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

 span { border-color: rgb(198,16,194); }

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