Html Css Color HEX #C610B3 Deep Magenta

📋 copy color: '#C610B3'

red 198 ◦ green 16 ◦ blue 179

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

Shades of Deep Magenta #C610B3

Tints of Deep Magenta #C610B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 45.55%

R = 50.38%
G = 4.07%
B = 45.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C610B3 (or 0xC610B3) is known color: Deep Magenta. HEX triplet: C6, 10 and B3. RGB value is (198,16,179). Sum of RGB (Red+Green+Blue) = 198+16+179=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 16 (6.64% from 255 or 4.07% from 393); Blue value is 179 (70.31% from 255 or 45.55% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C610B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C610B3 is #39EF4C. Grayscale: #585858. Windows color (decimal): -3796813 or 11735238. OLE color: 11735238.

HSL color Cylindrical-coordinate representation of color #C610B3: hue angle of 306.26º 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 #C610B3 is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 16 179 -
CMYK 0 0.92 0.10 0.22
HSL 306.26º 0.85% 0.42% -
HSV(B) 306.26º 0.92% 0.78% -
XYZ 31.61 15.63 44 -
YUV 89 178.8 205.75 -
System Red Green Blue C M Y K H S L
Decimal 198 16 179 0 0.92 0.10 0.22 306.26 0.85 0.42
Hex C6 10 B3 0 5C A 16 132 55 2A
Octal 306 20 263 0 134 12 26 462 125 52
Binary 11000110 10000 10110011 0 1011100 1010 10110 100110010 1010101 101010

Color Harmonies of #C610B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C610B3

Black with #C610B3

Text Example


Text Example

White with #C610B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C610B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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